Let the python36 job have the env vars
This commit is contained in:
parent
ef3cbebe43
commit
360a97a579
2
tox.ini
2
tox.ini
|
@ -50,7 +50,7 @@ commands =
|
||||||
|
|
||||||
[testenv:py36]
|
[testenv:py36]
|
||||||
# git inside of ratchet.sh needs $HOME.
|
# git inside of ratchet.sh needs $HOME.
|
||||||
passenv = HOME
|
passenv = {[testenv]passenv} HOME
|
||||||
commands = {toxinidir}/misc/python3/ratchet.sh
|
commands = {toxinidir}/misc/python3/ratchet.sh
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
|
|
Loading…
Reference in New Issue