summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArash Hekmat <arash.hekmat@amdocs.com>2018-09-13 15:04:02 -0400
committerArash Hekmat <arash.hekmat@amdocs.com>2018-09-13 17:50:01 -0400
commit9685feac47f3e6510fc5a2e40e8160c9296d0e83 (patch)
treef89c4ace75078787efc2219090d0c2102bba6d1b
parent8904e10722eddd6de6fb92e2cbb953a306079227 (diff)
Added passenv line to use system proxy variables
Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf Issue-ID: CCSDK-561 Signed-off-by: Arash Hekmat <arash.hekmat@amdocs.com>
-rw-r--r--helm/tox.ini3
1 files changed, 3 insertions, 0 deletions
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