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