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 sudo: false
language: python language: python
install: pip3 install tox-travis install: pip3 install tox-travis
script: tox script: tox -vv
matrix: matrix:
include: include:
- os: "linux" - os: "linux"