Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-12-11 00:23:08 +00:00 committed by Gerrit Code Review
commit eeaec7f2ae

View File

@ -9,6 +9,7 @@ usedevelop = True
install_command = pip install -U --force-reinstall {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete