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 50c5360d57.

Change-Id: Id3038002459d62657b7cd5be434e2f7ece7e017e
This commit is contained in:
Doug Hellmann 2016-01-14 18:01:12 +00:00
parent 50c5360d57
commit 0616ec2605
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:flake8]
commands = flake8