Skip to content

Commit 06ef959

Browse files
authored
Merge pull request #76 from marqh/refer
Refer
2 parents b25b2ec + 9a0d3a6 commit 06ef959

26 files changed

+1201
-322
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ install:
1717
- conda install --quiet --file requirements.txt
1818
- conda list
1919
- conda info -a
20+
- wget https://github.com/marqh/terra/archive/master.zip
21+
- unzip master.zip
22+
- cd terra-master
23+
- python setup.py --quiet install
24+
- cd ..
2025
- python setup.py --quiet install
2126

2227
script:

0 commit comments

Comments
 (0)