mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02: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:
@@ -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-}
|
||||
|
Reference in New Issue
Block a user