Skip to content

Commit 9373d83

Browse files
committed
Merge pull request googleapis#176 from dhermes/fix-env-var-fail
Adding passenv to tox.ini.
2 parents 219cf26 + 5d826bc commit 9373d83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ commands =
8181
deps =
8282
pycrypto==2.6
8383
pyopenssl==0.14
84+
passenv = GOOGLE_* OAUTH2CLIENT_* TRAVIS*
8485

8586
[testenv:system-tests3]
8687
basepython =
@@ -90,3 +91,4 @@ commands =
9091
deps =
9192
pycrypto==2.6
9293
pyopenssl==0.14
94+
passenv = {[testenv:system-tests]passenv}

0 commit comments

Comments
 (0)