mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
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
@ -39,4 +39,4 @@ cache:
|
||||
- $HOME/.cache/pre-commit
|
||||
install: pip install -U tox tox-travis
|
||||
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…
x
Reference in New Issue
Block a user