pass LANG and HOME into tox commands

This commit is contained in:
Daniel Wallace 2018-06-06 12:23:55 -05:00
parent 8d15b93d00
commit ae1b0d28bb
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -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