From 5d826bcfb8ae912bbd71bb0021b2ea6e4c136d30 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 13 May 2015 11:31:23 -0700 Subject: [PATCH] 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. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 578e3b5..ad152a4 100644 --- a/tox.ini +++ b/tox.ini @@ -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}