From 3a54beeb6fd8840a6db1c537563c04f818fe0ed9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 14 Jan 2016 17:59:04 +0000 Subject: 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.1