Skip to content

Commit 5230bae

Browse files
authored
Merge pull request #2266 from antgonza/rm-wrapper.py
rm wrapper.py
2 parents 71c0b41 + df5f5c8 commit 5230bae

File tree

2 files changed

+6
-212
lines changed

2 files changed

+6
-212
lines changed

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ env:
77
matrix:
88
- TEST_ADD_STUDIES=False COVER_PACKAGE=qiita_db
99
- 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"
1211
before_install:
1312
- redis-server --version
1413
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
@@ -51,18 +50,16 @@ before_script:
5150
# export MOI_CONFIG_FP=`pwd`/qiita_core/support_files/config_test_travis.cfg;
5251
# fi
5352
- 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
5854
script:
5955
- 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
6060
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
6161
- 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
6462
- flake8 qiita_* setup.py scripts/*
65-
- ls -R /home/travis/miniconda3/envs/qiita/lib/python2.7/site-packages/qiita_pet/support_files/doc/
6663
- qiita pet webserver
6764
addons:
6865
postgresql: "9.3"

qiita_ware/wrapper.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)