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: I55df46e2359b7a71b0605e80cd0a6ca4edd95c0c
This commit is contained in:
Ghanshyam 2015-12-11 09:01:16 +09:00 committed by Ghanshyam Mann
parent 680b720291
commit 266f60afb9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ envlist = py26,py27,pep8
usedevelop = True
install_command = pip install --allow-external -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps =
-r{toxinidir}/test-requirements.txt
commands =