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. Refer patch set [1]

[1] https://review.openstack.org/#/c/189569

Change-Id: Icb3b021da8847171b68ca8c7e8f505d46c0fd4ec
This commit is contained in:
Kien Nguyen 2017-06-26 09:08:07 +07:00 committed by Kien Nguyen
parent 31842b6f3d
commit 7a0ccda1e2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ commands =
whitelist_externals = bash
find
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
commands =