File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,19 @@ install:
21
21
- source activate env_name
22
22
- pip install coveralls ipython[all]==2.4.1
23
23
- 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
25
29
script :
26
30
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.txt
27
31
- ipython profile create qiita_general --parallel
28
32
- qiita_env start_cluster qiita_general
29
33
- qiita_env make --no-load-ontologies
30
34
- 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
32
37
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage ; fi
33
38
- if [ ${TEST_ADD_STUDIES} == "False" ]; then flake8 qiita_* setup.py scripts/qiita scripts/qiita_env scripts/qiita_test_install ; fi
34
39
services :
You can’t perform that action at this time.
0 commit comments