From: Deepak S Date: Wed, 8 Feb 2017 01:33:16 +0000 (-0800) Subject: Pass environment variables of proxy to tox X-Git-Tag: danube.1.0~102 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b147394bb526e5a20883bcf5ba70c1cbdbfd344d;p=yardstick.git 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 --- 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