From aae558035e7fea20a938084e95ea07c90fe8323b Mon Sep 17 00:00:00 2001 From: Lukasz Wiecek Date: Tue, 17 Jan 2017 13:02:56 +0100 Subject: [PATCH] Add proxy configuration for tox.ini file Change-Id: I53b2fe578845d6a580efb2d8ef548b0b3e928eb1 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index c5157f42..9de75415 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,12 @@ envlist = py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} +passenv = http_proxy + HTTP_PROXY + https_proxy + HTTPS_PROXY + no_proxy + NO_PROXY usedevelop = True install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}