Skip to content

Commit

Permalink
Make the test suite more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Jul 22, 2013
1 parent f00a7db commit c84954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit c84954a

Please sign in to comment.