Skip to content

Commit 0e42303

Browse files
committed
travis dependancy update
1 parent b49f75c commit 0e42303

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ language: python
22
python:
33
- "3.6"
44
# command to install dependencies
5-
install: "pip install numpy"
6-
install: "pip install scipy"
7-
install: "pip install requests"
5+
install:
6+
- pip install numpy
7+
- pip install scipy
8+
- pip install requests
89
# command to run tests
910
script: python adrsm -d ./data/genomes ./data/short_genome_list.csv

0 commit comments

Comments
 (0)