Skip to content

Commit bb81874

Browse files
committed
TES: Updated travis testing environment build
1 parent c6374dc commit bb81874

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,21 @@ before_install:
2222
- pip install numpy
2323
- pip install pysatCDF >/dev/null
2424
- pip install xarray==0.11.3
25-
- pip install pysat
26-
# set up data directory
25+
- cd ..
26+
- git clone https://github.com/pysat/pysat.git >/dev/null
27+
- cd ./pysat # set up data directory
28+
- git checkout develop-3
29+
- git pull origin develop-3
30+
- python setup.py install >/dev/null
31+
- cd ..
32+
33+
# set up data directory
2734
- mkdir /home/travis/build/pysatData
2835
- python -c 'import pysat; pysat.utils.set_data_dir("/home/travis/build/pysatData")'
2936

3037
install:
3138
# install OMMBV
39+
- cd ./OMMBV
3240
- python setup.py develop
3341

3442
# command to run tests

0 commit comments

Comments
 (0)