mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update tox.ini
This commit is contained in:
parent
00ec50da4b
commit
5717c87097
3
tox.ini
3
tox.ini
@ -10,7 +10,8 @@ setenv =
|
|||||||
; utf8 one, tox's env is reset. And the install of these 2 packages
|
; utf8 one, tox's env is reset. And the install of these 2 packages
|
||||||
; fail.
|
; fail.
|
||||||
whitelist_externals = /usr/bin/env
|
whitelist_externals = /usr/bin/env
|
||||||
install_command = /usr/bin/env LANG=C.UTF-8 pip install {opts} {packages}
|
; TEMP, to get cache going on Travis :-/
|
||||||
|
install_command = /usr/bin/env LANG=C.UTF-8 travis_wait pip install {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
py.test --timeout=30 --duration=10 --cov --cov-report= {posargs}
|
py.test --timeout=30 --duration=10 --cov --cov-report= {posargs}
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user