mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
travis: Add verbose output
This commit is contained in:
parent
1f71731316
commit
6a8e9063e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue