travis: Add verbose output

This commit is contained in:
Tomas Babej 2015-03-27 17:43:58 +01:00
parent 1f71731316
commit 6a8e9063e8

View file

@ -48,7 +48,7 @@ install:
before_script:
- cd $TRAVIS_BUILD_DIR
script:
- py.test --cov .
- py.test -vv --cov .
- mv ~/taskwiki-coverage/.coverage.* .
- coverage combine
- coverage report