Pass environment variables of proxy to tox

When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.
This patch fixes this problem.

Change-Id: I9bc55bd2ebb546c783df38751c2cb16dbffcb7a5
Closes-Bug: #1465086
This commit is contained in:
sonu.kumar 2015-12-04 10:49:54 +05:30
parent 9b02acbcb1
commit 729301a224
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip