summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-04 10:49:54 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-04 10:52:45 +0530
commit729301a224a8e3f870092595ca195ba7845054f2 (patch)
tree0415b689d2ca8f4f68cf0a941f3bf0764afd06c6 /tox.ini
parent9b02acbcb16f77b8201ba3d23377f9bda0b70274 (diff)
downloadpython-designateclient-729301a224a8e3f870092595ca195ba7845054f2.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: I9bc55bd2ebb546c783df38751c2cb16dbffcb7a5 Closes-Bug: #1465086
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 0cdc37f..498c002 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,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
[tox:jenkins]
downloadcache = ~/cache/pip