mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pass LANG and HOME into tox commands
This commit is contained in:
parent
8d15b93d00
commit
ae1b0d28bb
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -4,3 +4,4 @@ envlist = py27,py34,py35,py36
|
|||
[testenv]
|
||||
deps = -r{toxinidir}/requirements/tests.txt
|
||||
commands = pytest --rootdir {toxinidir} {posargs:--no-print-logs --run-destructive}
|
||||
passenv = LANG HOME
|
||||
|
|
Loading…
Add table
Reference in a new issue