diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-02-07 17:33:16 -0800 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-02-07 19:29:45 -0800 |
commit | b147394bb526e5a20883bcf5ba70c1cbdbfd344d (patch) | |
tree | 611c1ae1a431b92cf2cd64e31bd4ab0582c9024e /tox.ini | |
parent | 89813484e881ac58ac4a307869a90a067a2cbc60 (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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |