Skip to content

Commit 25f399b

Browse files
committed
adding timer
1 parent 24905ff commit 25f399b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
# install a few of the dependencies that pip would otherwise try to install
2424
# when intalling scikit-bio
2525
- travis_retry conda create --yes -n qiita python=$PYTHON_VERSION pip nose flake8
26-
pyzmq networkx pyparsing natsort mock future libgfortran seaborn
26+
pyzmq networkx pyparsing natsort mock future libgfortran seaborn nose-timer
2727
'pandas>=0.18' 'matplotlib>=1.1.0' 'scipy>0.13.0' 'numpy>=1.7' 'h5py>=2.3.1'
2828
- source activate qiita
2929
- pip install -U pip
@@ -56,7 +56,7 @@ script:
5656
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
5757
- if [ ${TEST_ADD_STUDIES} == "True" ]; then qiita-cron-job ; fi
5858
- if [ ${TEST_ADD_STUDIES} == "False" ]; then qiita-test-install ; fi
59-
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage -v --cover-package=qiita_db,qiita_pet,qiita_core,qiita_ware; fi
59+
- if [ ${TEST_ADD_STUDIES} == "False" ]; then nosetests --with-doctest --with-coverage --with-timer -v --cover-package=qiita_db,qiita_pet,qiita_core,qiita_ware; fi
6060
- flake8 qiita_* setup.py scripts/*
6161
- ls -R /home/travis/miniconda3/envs/qiita/lib/python2.7/site-packages/qiita_pet/support_files/doc/
6262
- qiita pet webserver

0 commit comments

Comments
 (0)