summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-14 10:52:08 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-14 10:52:51 +0530
commitc699d7b401a07e095a282ba4c0a8aae21cdd3990 (patch)
tree8dc1b91a2c58c079865d2051b109f3bc3043f766 /tox.ini
parentd7c8cd20f6baa526aba30e169f429716ea5d02dc (diff)
downloadoslo-policy-c699d7b401a07e095a282ba4c0a8aae21cdd3990.tar.gz
Pass environment variables of proxy to tox
Change-Id: I082bcb4643fc0fa625a8ee1b64cd80f3ea1018ac Related-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 c826d09..9ac61b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py34,py27,pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
+passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
commands = flake8