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: I07bc516608bd7f6dedbc9f228ecae560a405993d
This commit is contained in:
Li, Chen 2015-06-24 16:38:42 +08:00
parent 252c9d2343
commit b1a6b55ebe
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:integration]
setenv =