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 45180520c9.

Change-Id: Iba1c5097ff8cfc5c26b4495a9b2eabd804495775
This commit is contained in:
Doug Hellmann 2016-01-14 18:00:56 +00:00
parent 45180520c9
commit 92bfc356cc
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-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