Run tox verbosely in Travis CI (#42706)
Avoids hitting a no output timeout in sometimes time consuming dep installs.
This commit is contained in:
parent
a5b8d0038f
commit
8f22c5917f
1 changed files with 1 additions and 1 deletions
|
@ -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-}
|
||||||
|
|
Loading…
Add table
Reference in a new issue