We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6374dc commit bb81874Copy full SHA for bb81874
1 file changed
.travis.yml
@@ -22,13 +22,21 @@ before_install:
22
- pip install numpy
23
- pip install pysatCDF >/dev/null
24
- pip install xarray==0.11.3
25
- - pip install pysat
26
- # set up data directory
+ - cd ..
+ - 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
32
+
33
+ # set up data directory
34
- mkdir /home/travis/build/pysatData
35
- python -c 'import pysat; pysat.utils.set_data_dir("/home/travis/build/pysatData")'
36
37
install:
38
# install OMMBV
39
+ - cd ./OMMBV
40
- python setup.py develop
41
42
# command to run tests
0 commit comments