Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ install:
- source activate env_name
- pip install coveralls ipython[all]==2.4.1
- pip install https://github.com/biocore/mustached-octo-ironman/archive/master.zip
- travis_retry pip install .
- pip install 'psycopg2' 'click >= 3.3' 'future==0.13.0' 'bcrypt'
'pandas >= 0.15' 'numpy >= 1.7' 'tornado==3.1.1' 'toredis' 'redis'
'ipython[all] < 2.5' 'pyparsing' 'h5py >= 2.3.1' 'biom-format'
'natsort' 'networkx' 'scikit-bio < 0.3.0' 'wtforms == 2.0.1'
- travis_retry pip install . --no-deps
script:
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.txt
- ipython profile create qiita_general --parallel
- qiita_env start_cluster qiita_general
- qiita_env make --no-load-ontologies
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
- if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita_test_install ; fi
# see https://github.com/biocore/qiita/pull/1076
#- if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita_test_install ; fi
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage ; fi
- if [ ${TEST_ADD_STUDIES} == "False" ]; then flake8 qiita_* setup.py scripts/qiita scripts/qiita_env scripts/qiita_test_install ; fi
services:
Expand Down