We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6313aae + df8a694 commit fd8e40eCopy full SHA for fd8e40e
1 file changed
.travis.yml
@@ -46,7 +46,18 @@ before_install:
46
# set up data directory
47
- mkdir /home/travis/build/pysatData
48
- pip install apexpy
49
- - pip install pysat
+
50
+ # Prepare modified pysat install
51
+ - cd ..
52
+ - echo 'cloning pysat'
53
+ - git clone https://github.com/pysat/pysat.git >/dev/null
54
+ - echo 'installing pysat'
55
+ - cd ./pysat
56
+ # install pysat
57
+ - git checkout develop
58
+ - python setup.py install >/dev/null
59
+ - cd ../OMMBV
60
61
install:
62
# install OMMBV
63
- python setup.py develop
0 commit comments