Skip to content

Commit

Permalink
travis dependancy update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Apr 17, 2018
1 parent b49f75c commit 0e42303
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: python
python:
- "3.6"
# command to install dependencies
install: "pip install numpy"
install: "pip install scipy"
install: "pip install requests"
install:
- pip install numpy
- pip install scipy
- pip install requests
# command to run tests
script: python adrsm -d ./data/genomes ./data/short_genome_list.csv

0 comments on commit 0e42303

Please sign in to comment.