From 8ed8e737cecc7204d2d056eaaef12c4e5216da8b Mon Sep 17 00:00:00 2001 From: Ghanshyam Date: Thu, 10 Dec 2015 11:41:53 +0900 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3894524..037516b 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =