summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-01-16 20:26:30 +0000
committerGerrit Code Review <review@openstack.org>2016-01-16 20:26:30 +0000
commitfd3c2157e9a6dd498f5a5012c5fa1a0a51be1803 (patch)
treef988c5b669cd6de8ed5a511641fde4906d3972ce /tox.ini
parentd5b2dee8a251536ec63eaf9efa862f99ed26b801 (diff)
parent3a54beeb6fd8840a6db1c537563c04f818fe0ed9 (diff)
downloadoslo-policy-fd3c2157e9a6dd498f5a5012c5fa1a0a51be1803.tar.gz
Merge "Revert "Pass environment variables of proxy to tox""
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 07eb812..5f2e94d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ envlist = py34,py27,pep8,docs
[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