Skip to content

Commit

Permalink
verbose test output
Browse files Browse the repository at this point in the history
  • Loading branch information
viis committed Oct 4, 2018
1 parent 9ae7422 commit 811e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ python:
install:
- pip install -r requirements-test.txt
script:
- pytest --cov-report=term-missing --cov=thlogger
- pytest --cov-report=term-missing --cov=thlogger -v
after_success:
- codecov

0 comments on commit 811e440

Please sign in to comment.