pass environment variables of proxy to tox

When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fix this problem.

Change-Id: I25eb1d42ca0e3e3d8a028c22799da383ececcac5
Closes-Bug: #1465086
This commit is contained in:
sonu.kumar 2015-12-04 10:41:03 +05:30
parent 3994704dfc
commit cfd59d44db
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