aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-02-07 17:33:16 -0800
committerDeepak S <deepak.s@linux.intel.com>2017-02-07 19:29:45 -0800
commitb147394bb526e5a20883bcf5ba70c1cbdbfd344d (patch)
tree611c1ae1a431b92cf2cd64e31bd4ab0582c9024e /tox.ini
parent89813484e881ac58ac4a307869a90a067a2cbc60 (diff)
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. Change-Id: Ia6f8f2a1f215fc4c861d7dbc7a61dcd6973fb3cb Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3dfb982bf..bfba8ec0c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py27,py3
[testenv]
usedevelop=True
+passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -rrequirements.txt
commands = /bin/bash ./run_tests.sh
whitelist_externals = /bin/bash