Skip to content

Commit 7324daf

Browse files
committed
Merge branch 'master' of https://github.com/biocore/qiita into fix-extend
2 parents b04799f + 3b51c0d commit 7324daf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ 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
2832
- qiita_env start_cluster qiita_general
2933
- qiita_env make --no-load-ontologies
3034
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
31-
- if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita_test_install ; fi
35+
# see https://github.com/biocore/qiita/pull/1076
36+
#- if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita_test_install ; fi
3237
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage ; fi
3338
- if [ ${TEST_ADD_STUDIES} == "False" ]; then flake8 qiita_* setup.py scripts/qiita scripts/qiita_env scripts/qiita_test_install ; fi
3439
services:

0 commit comments

Comments
 (0)