From 85cdba15799a82f999d6eb585d9dde859fac755e Mon Sep 17 00:00:00 2001 From: dharmendra Date: Wed, 6 Jan 2016 17:09:14 +0530 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. Related-bug #1465086 Change-Id: Ia58b02521fa068db123e888d921a61dac4f1743e --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index be6cbbb..8fe45b2 100644 --- a/tox.ini +++ b/tox.ini @@ -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}