From 51e7c3a1ae080a07f7371786e258ca62ad53295b Mon Sep 17 00:00:00 2001 From: Tyghe Vallard Date: Mon, 14 Mar 2016 09:14:27 -0400 Subject: [PATCH] print test names as they run in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8bea79..cdd24cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip install -r tests/requirements.txt - python setup.py develop script: - - nosetests tests --with-coverage --cover-erase --cover-package=bio_bits -a '!download' + - nosetests tests -v --with-coverage --cover-erase --cover-package=bio_bits -a '!download' - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pybot --exclude py27+ tests/*.robot ; else pybot tests/*.robot; fi after_success: - coveralls