From: Manjeet Singh Bhatia Date: Thu, 10 Dec 2015 15:37:34 +0000 (+0000) Subject: Use wild card for passing env variable X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2c38caefb5ef10714bb3cae594ce7f1aad3adbc3;p=openstack-build%2Fcinder-build.git Use wild card for passing env variable Change-Id: Ia8908941d5619d8c79fa7373c63ff37725fcc4f5 --- diff --git a/tox.ini b/tox.ini index 960e868fc..6be00d4a7 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} whitelist_externals = bash -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = *_proxy *_PROXY [tox:jenkins] downloadcache = ~/cache/pip