Made tox call verbose.

This commit is contained in:
Jannis Leidel 2016-01-04 13:08:54 +01:00
parent 1b75984f57
commit 8e2eb88ef1

View file

@ -54,7 +54,7 @@ matrix:
install:
- pip wheel -r tests/requirements.txt
- pip install tox codecov
script: tox
script: tox -v
after_success:
- codecov
branches: