From 2c38caefb5ef10714bb3cae594ce7f1aad3adbc3 Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Thu, 10 Dec 2015 15:37:34 +0000 Subject: [PATCH] Use wild card for passing env variable Change-Id: Ia8908941d5619d8c79fa7373c63ff37725fcc4f5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2