Pass environment variables of proxy to tox

Change-Id: I114cfd4b0aa7be7ae46f3a940284d57d8181d494
Related-Bug: #1465086
This commit is contained in:
sonu.kumar 2015-12-07 11:09:19 +05:30
parent 2da64ceb36
commit 15a690dfb8
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}