From 25028d419427bc9387c1610a40433327387201cb Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Fri, 3 May 2019 15:12:54 +0300 Subject: [PATCH] Pass proxy environment variables to tox Tox will not pass proxy environment variables by default to the test environment. Passing the variables enables running tox in a setup requiring proxy settings. JIRA: VAL-15 Change-Id: Id37dd1ac7289af42b8291f679a1f18af91e947e0 Signed-off-by: Juha Kosonen --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c6ac867..363a381 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ commands = [testenv:coala] basepython = python3 +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = coala coala-bears -- 2.16.6