diff --git a/.travis.yml b/.travis.yml index b72a40d..b06176e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - if [[ $TRAVIS_PYTHON_VERSION != '2.5' ]]; then pip install coveralls --use-mirrors && export HAS_COVERALLS=1; fi script: - - nosetests -q --with-coverage --cover-erase --cover-package=pyrasite + - nosetests -v --with-coverage --cover-erase --cover-package=pyrasite after_success: - if [[ $HAS_COVERALLS ]]; then coveralls; fi