Merge "pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-06-11 09:44:03 +00:00 committed by Gerrit Code Review
commit 3614dac9bf
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox.sh '{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
# there is also secret magic in pretty_tox.sh which lets you run in a fail only
# mode. To do this define the TRACE_FAILONLY environmental variable.