Skip to content

Commit 14c5f64

Browse files
committed
TST: Remove QIIME from installation (FTP problem)
1 parent 9a75c2e commit 14c5f64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ install:
2121
- source activate env_name
2222
- pip install coveralls ipython[all]==2.4.1
2323
- pip install https://github.com/biocore/mustached-octo-ironman/archive/master.zip
24-
- travis_retry pip install .
24+
- pip install 'psycopg2' 'click >= 3.3' 'future==0.13.0' 'bcrypt'
25+
'pandas >= 0.15' 'numpy >= 1.7' 'tornado==3.1.1' 'toredis' 'redis'
26+
'ipython[all] < 2.5' 'pyparsing' 'h5py >= 2.3.1' 'biom-format'
27+
'natsort' 'networkx' 'scikit-bio < 0.3.0' 'wtforms == 2.0.1'
28+
- travis_retry pip install . --no-deps
2529
script:
2630
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.txt
2731
- ipython profile create qiita_general --parallel

0 commit comments

Comments
 (0)