Skip to content

Commit fd8e40e

Browse files
authored
Merge pull request #41 from jklenzing/patch-1
TST: use pysat develop in travis
2 parents 6313aae + df8a694 commit fd8e40e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,18 @@ before_install:
4646
# set up data directory
4747
- mkdir /home/travis/build/pysatData
4848
- pip install apexpy
49-
- pip install pysat
49+
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+
5061
install:
5162
# install OMMBV
5263
- python setup.py develop

0 commit comments

Comments
 (0)