From 50c5360d57417e1979209d55475fd38c8c6764c4 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Fri, 11 Dec 2015 09:37:16 +0530 Subject: [PATCH] Pass environment variables of proxy to tox Change-Id: I894ee696a3bb987a7faf584c3acba56b05ab738f Closes-Bug: #1465086 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6713f6e..c9336e9 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ whitelist_externals = find commands = find . -type f -name "*.pyc" -delete python setup.py testr --testr-args='{posargs}' +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:flake8] commands = flake8