Skip to content

Commit

Permalink
Add verbose mode for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Mar 16, 2020
1 parent c78fff6 commit 0a0ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ matrix:

install: pip install -U tox-travis

script: tox
script: tox -- -v

after_success:
- pip install codecov
Expand Down

0 comments on commit 0a0ab43

Please sign in to comment.