Skip to content

Commit 29bf9af

Browse files
committed
Merge pull request #1120 from ElDeveloper/back-to-container
BLD: Testing if container connections to FTP work
2 parents 1bfb937 + 54a60f3 commit 29bf9af

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ 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-
- 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 .
2925
script:
3026
- export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.txt
3127
- ipython profile create qiita_general --parallel
3228
- qiita_env start_cluster qiita_general
3329
- qiita_env make --no-load-ontologies
3430
- 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
3732
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage ; fi
3833
- if [ ${TEST_ADD_STUDIES} == "False" ]; then flake8 qiita_* setup.py scripts/qiita scripts/qiita_env scripts/qiita_test_install ; fi
3934
services:

0 commit comments

Comments
 (0)