File tree Expand file tree Collapse file tree 2 files changed +6
-212
lines changed Expand file tree Collapse file tree 2 files changed +6
-212
lines changed Original file line number Diff line number Diff line change 7
7
matrix :
8
8
- TEST_ADD_STUDIES=False COVER_PACKAGE=qiita_db
9
9
- TEST_ADD_STUDIES=False COVER_PACKAGE=qiita_pet
10
- - TEST_ADD_STUDIES=False COVER_PACKAGE="qiita_core qiita_ware"
11
- - TEST_ADD_STUDIES=True
10
+ - TEST_ADD_STUDIES=True COVER_PACKAGE="qiita_core qiita_ware"
12
11
before_install :
13
12
- redis-server --version
14
13
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
@@ -51,18 +50,16 @@ before_script:
51
50
# export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
52
51
# fi
53
52
- qiita-env make --no-load-ontologies
54
- - |
55
- if [ ${TEST_ADD_STUDIES} == "False" ]; then
56
- qiita pet webserver --no-build-docs start &
57
- fi
53
+ - qiita-test-install
58
54
script :
59
55
- sleep 5
56
+ - qiita pet webserver --no-build-docs start &
57
+ - QIITA_PID=$!
58
+ - nosetests $COVER_PACKAGE --with-doctest --with-coverage --with-timer -v --cover-package=$COVER_PACKAGE
59
+ - kill $QIITA_PID
60
60
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
61
61
- if [ ${TEST_ADD_STUDIES} == "True" ]; then qiita-cron-job ; fi
62
- - if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita-test-install ; fi
63
- - if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests $COVER_PACKAGE --with-doctest --with-coverage --with-timer -v --cover-package=$COVER_PACKAGE; fi
64
62
- flake8 qiita_* setup.py scripts/*
65
- - ls -R /home/travis/miniconda3/envs/qiita/lib/python2.7/site-packages/qiita_pet/support_files/doc/
66
63
- qiita pet webserver
67
64
addons :
68
65
postgresql : " 9.3"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments