From 683d75799549d3c2bc8021a7facec83a649955a5 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Fri, 22 Jun 2018 14:39:41 +0200 Subject: [PATCH] Unifying proxy variables for tox This patch adds proxy-related variables to tox command. Change-Id: I0e4a09d809be92c0dffd948e0b9a99bb3321a1fd --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 05526ac..b829079 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ whitelist_externals = rm setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US LC_ALL=en_US.utf-8 +passenv=HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands =