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.
Closes-Bug: #1525115

Change-Id: Ied98b2bc97c98600aa2d2abf924bfbecb5de9f93
This commit is contained in:
Ghanshyam 2015-12-11 09:01:48 +09:00 committed by Ghanshyam Mann
parent 15d966e164
commit 18cb17ee9c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ skipsdist = True
basepython=python2.7
setenv =
VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals =
bash