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 fixes this problem.
Closes-Bug: #1525115

Change-Id: I5b47eff597f3a1a4da2dd8afba08c508d8ebeac9
This commit is contained in:
Ghanshyam 2015-12-11 09:13:19 +09:00 committed by Ghanshyam Mann
parent e74e0eef2d
commit e48ee5db88
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ setenv = VIRTUAL_ENV={envdir}
FUELSTAT_DB_ROOT=postgres
FUELSTAT_DB_ROOTPW=insecure_slave
FUELSTAT_DB_ROOTPGPASS={toxinidir}/pgpass
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps =
-r{toxinidir}/test-requirements.txt
commands =