mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +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:
|
before_script:
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
script:
|
script:
|
||||||
- py.test --cov .
|
- py.test -vv --cov .
|
||||||
- mv ~/taskwiki-coverage/.coverage.* .
|
- mv ~/taskwiki-coverage/.coverage.* .
|
||||||
- coverage combine
|
- coverage combine
|
||||||
- coverage report
|
- coverage report
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue