Browse Source

Add verbose mode for pytest

pull/360/head
Simon Conseil 6 years ago
parent
commit
0a0ab43885
  1. 2
      .travis.yml

2
.travis.yml

@ -34,7 +34,7 @@ matrix:
install: pip install -U tox-travis
script: tox
script: tox -- -v
after_success:
- pip install codecov

Loading…
Cancel
Save