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: I1e448d9002b1541b9b6dc436c066e1dafd93c5fc
This commit is contained in:
Li, Chen 2015-06-24 16:50:07 +08:00
parent 22798d2d3a
commit 31be54c64e

View File

@ -11,6 +11,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip