Let the python36 job have the env vars

This commit is contained in:
Jean-Paul Calderone 2020-08-07 23:08:48 -04:00
parent ef3cbebe43
commit 360a97a579
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287
1 changed files with 1 additions and 1 deletions

View File

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