Merge "pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-12-04 13:30:46 +00:00 committed by Gerrit Code Review
commit de9ab11130
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ whitelist_externals = sh
commands =
find . -type f -name "*.pyc" -delete
sh tools/pretty_tox.sh '{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:docs]
commands = python setup.py build_sphinx -E