Commit c84954af authored by Luke Macken's avatar Luke Macken

Make the test suite more verbose

parent f00a7db4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment