From c699d7b401a07e095a282ba4c0a8aae21cdd3990 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Mon, 14 Dec 2015 10:52:08 +0530 Subject: [PATCH] Pass environment variables of proxy to tox Change-Id: I082bcb4643fc0fa625a8ee1b64cd80f3ea1018ac Related-Bug: #1465086 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c826d09a..9ac61b98 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py34,py27,pep8 [testenv] deps = -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] commands = flake8