Run tox verbosely in Travis CI (#42706)

Avoids hitting a no output timeout in sometimes time consuming dep
installs.
This commit is contained in:
Ville Skyttä 2020-11-01 13:57:56 +02:00 committed by GitHub
parent a5b8d0038f
commit 8f22c5917f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,4 +39,4 @@ cache:
- $HOME/.cache/pre-commit - $HOME/.cache/pre-commit
install: pip install -U tox tox-travis install: pip install -U tox tox-travis
language: python language: python
script: ${TRAVIS_WAIT:+travis_wait $TRAVIS_WAIT} tox --develop ${TOX_ARGS-} script: ${TRAVIS_WAIT:+travis_wait $TRAVIS_WAIT} tox -vv --develop ${TOX_ARGS-}