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 fff86fa546.

Change-Id: Ibe6654f7a30360b49ce8826101c3d3f5addb060a
This commit is contained in:
Doug Hellmann 2016-01-14 17:58:35 +00:00
parent fff86fa546
commit 83ea58d71e
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ envlist = py34,py27,pypy,pep8,bandit
deps = -r{toxinidir}/test-requirements.txt
-e.[fixtures]
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