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.

Related-bug #1465086
Change-Id: Ia58b02521fa068db123e888d921a61dac4f1743e
This commit is contained in:
dharmendra 2016-01-06 17:09:14 +05:30 committed by dharmendra kushwaha
parent 2df51741a3
commit 85cdba1579
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = *_proxy *_PROXY
[testenv:venv]
commands = {posargs}