summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2016-01-14 17:59:04 +0000
committerDoug Hellmann <doug@doughellmann.com>2016-01-14 17:59:04 +0000
commit3a54beeb6fd8840a6db1c537563c04f818fe0ed9 (patch)
tree4be9ad3067f10aa7a8cddff697d94d83f239d324 /tox.ini
parentc699d7b401a07e095a282ba4c0a8aae21cdd3990 (diff)
downloadoslo-policy-3a54beeb6fd8840a6db1c537563c04f818fe0ed9.tar.gz
Revert "Pass environment variables of proxy to tox"
It looks like you can work around this problem by setting an environment variable on your dev system. See https://tox.readthedocs.org/en/latest/config.html#confval-passenv=SPACE-SEPARATED-GLOBNAMES This reverts commit c699d7b401a07e095a282ba4c0a8aae21cdd3990. Change-Id: Ib704504594fb4c5fbaadd7497002c05ae1eefba9
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 9ac61b9..c826d09 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,6 @@ 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