From 9685feac47f3e6510fc5a2e40e8160c9296d0e83 Mon Sep 17 00:00:00 2001 From: Arash Hekmat Date: Thu, 13 Sep 2018 15:04:02 -0400 Subject: Added passenv line to use system proxy variables Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf Issue-ID: CCSDK-561 Signed-off-by: Arash Hekmat --- helm/tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/tox.ini b/helm/tox.ini index 059a114..31e033e 100644 --- a/helm/tox.ini +++ b/helm/tox.ini @@ -10,6 +10,9 @@ deps = mock testfixtures -rdev-requirements.txt + +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY + # commands=nosetests --with-cov --cov-report term-missing --cov plugin plugin/tests commands=nosetests --with-xunit --with-cov --cov-report=xml --cov plugin plugin/tests -- cgit 1.2.3-korg