try setting it in here

This commit is contained in:
Jean-Paul Calderone 2020-08-03 16:53:40 -04:00
parent 8348e7032b
commit a513c7ab28
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

@ -50,7 +50,9 @@ commands =
[testenv:py36]
# git inside of ratchet.sh needs $HOME.
passenv = HOME LC_ALL
passenv = HOME
setenv =
LANG=en_US.UTF-8
commands = {toxinidir}/misc/python3/ratchet.sh
[testenv:integration]