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: If43dfb3cf428b8c51d1755b404b97edfc1999856
This commit is contained in:
Ghanshyam 2015-12-10 11:41:53 +09:00 committed by Alexander Gordeev
parent fdf74042d5
commit 8ed8e737ce
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ envlist = py34,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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =