Skip to content

Commit 89841fc

Browse files
committed
Make travis build download daspk31 so that making PyDAS proceeds smoothly.
1 parent af198be commit 89841fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ install:
2222
- pip install -r requirements.txt
2323
- cd ..
2424
- cd PyDAS
25+
- cd daspk31
26+
- wget http://www.engineering.ucsb.edu/~cse/Software/daspk31.tgz
27+
- cd ..
2528
- make F77=gfortran
2629
- make install
2730
- cd ..

0 commit comments

Comments
 (0)