Use wild card for passing env variable

Change-Id: Ia8908941d5619d8c79fa7373c63ff37725fcc4f5
This commit is contained in:
Manjeet Singh Bhatia 2015-12-10 15:37:34 +00:00
parent d58f211f0b
commit 2c38caefb5

View File

@ -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