Pass environment variables of proxy to tox

When a development environment is under a proxy, tox fails even
when the environment variables are set.

This patch fixes the problem by passing them on to the env.

Change-Id: I903a023918d48e4cd9625576522c4df7d118949b
Closes-Bug: #1465086
This commit is contained in:
pradeepcsekar 2016-02-29 09:37:21 -08:00
parent 30f589e181
commit 78c87e5385
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ commands = python setup.py testr --coverage --slowest --testr-args='{posargs}'
coverage combine
coverage report -m
coverage erase
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:linters]
usedevelop = False