Increase tox verbosity

This commit is contained in:
Joe Moore 2019-05-21 10:19:04 -04:00 committed by GitHub
parent 18acaae888
commit 4f234f272f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: python
install: pip3 install tox-travis
script: tox
script: tox -vv
matrix:
include:
- os: "linux"