Adding passenv to tox.ini.

As of tox 2.0, no environment variables are passed through by
default. Some environment variables are needed for running
system tests.
This commit is contained in:
Danny Hermes
2015-05-13 11:31:23 -07:00
parent 219cf26cf8
commit 5d826bcfb8

View File

@@ -81,6 +81,7 @@ commands =
deps =
pycrypto==2.6
pyopenssl==0.14
passenv = GOOGLE_* OAUTH2CLIENT_* TRAVIS*
[testenv:system-tests3]
basepython =
@@ -90,3 +91,4 @@ commands =
deps =
pycrypto==2.6
pyopenssl==0.14
passenv = {[testenv:system-tests]passenv}