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: I5382f1b2100ba15fb4a6f501d3885984a68579ab
This commit is contained in:
dharmendra 2016-01-06 16:55:22 +05:30
parent 815486005d
commit 4d9148b04b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args="{posargs}"
passenv = *_proxy *_PROXY
[testenv:pep8]
commands =