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: I5ee361ba54b296eee2336214ca6b0559c6190af8
This commit is contained in:
Li, Chen 2015-06-24 16:52:12 +08:00
parent 7eeac47d6c
commit 1fe3af4ac0
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,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 =