summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordharmendra <dharmendra.kushwaha@nectechnologies.in>2016-01-06 16:55:22 +0530
committerdharmendra <dharmendra.kushwaha@nectechnologies.in>2016-01-06 16:58:42 +0530
commit4d9148b04b7862524b619b629328ade8b057dd7b (patch)
treed9b9db42b18a13ff0e9d5e2906e76ad86026cf01
parent815486005d3a58d74d15f79ad5d322f6ef03746d (diff)
downloadswift-bench-4d9148b04b7862524b619b629328ade8b057dd7b.tar.gz
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. This patch fixes this problem. Change-Id: I5382f1b2100ba15fb4a6f501d3885984a68579ab
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f5ea3e9..ca7bd74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args="{posargs}"
+passenv = *_proxy *_PROXY
[testenv:pep8]
commands =