We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49f75c commit 0e42303Copy full SHA for 0e42303
.travis.yml
@@ -2,8 +2,9 @@ language: python
2
python:
3
- "3.6"
4
# command to install dependencies
5
-install: "pip install numpy"
6
-install: "pip install scipy"
7
-install: "pip install requests"
+install:
+ - pip install numpy
+ - pip install scipy
8
+ - pip install requests
9
# command to run tests
10
script: python adrsm -d ./data/genomes ./data/short_genome_list.csv
0 commit comments