Pass environment variables of proxy to tox

When a development environment is under a proxy, tox is failed [1].

[1] http://paste.openstack.org/show/614882/

Change-Id: I58c146f7486dfd0e8d889e7b78d88e3ebb74fc62
This commit is contained in:
Kien Nguyen 2017-07-10 15:32:25 +07:00
parent 985e1c9dba
commit c7a225e900
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skipsdist = True
[testenv]
deps = -r{toxinidir}/test-requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:linters]
commands =