Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-12-15 16:26:00 +00:00 committed by Gerrit Code Review
commit 7b26cd9c53
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:venv]
commands = {posargs}