Use verbose output in CI

This commit is contained in:
Ryan P Kilby 2019-04-22 13:35:38 -07:00
parent a9a4fec607
commit e77ff5cd3e

View File

@ -20,7 +20,7 @@ aliases:
- checkout
- *environ
- *install
- run: tox
- run: tox -- -v 2
- run: coverage combine
- run: coverage report
- run: codecov