From c3c7ee429af2e5c7a8d0b6e6fab2045f291cdef0 Mon Sep 17 00:00:00 2001 From: hparekh Date: Fri, 11 Dec 2015 09:17:42 +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: I685ddbc6bb6e0fe25c308c35a7581785eebe3629 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a12bed0ffc..e56cb14fd1 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = functional,pep8 install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] commands =