From 15a690dfb8611808274a683b49ef560697f64bac Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Mon, 7 Dec 2015 11:09:19 +0530 Subject: [PATCH] Pass environment variables of proxy to tox Change-Id: I114cfd4b0aa7be7ae46f3a940284d57d8181d494 Related-Bug: #1465086 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cdf6307..62e4415 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:venv] commands = {posargs}