summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-17 03:12:59 +0000
committerGerrit Code Review <review@openstack.org>2015-12-17 03:12:59 +0000
commit7fb2e91a77415d03e0c242dfae4bf465ab06bdf1 (patch)
tree56ceaa0a5cf316e6725ac673b6a6ceef5c647041
parentc15ddb0dc74f437b3726009155cbc74bfa825686 (diff)
parentc699d7b401a07e095a282ba4c0a8aae21cdd3990 (diff)
downloadoslo-policy-7fb2e91a77415d03e0c242dfae4bf465ab06bdf1.tar.gz
Merge "Pass environment variables of proxy to tox"1.2.0
-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