diff options
-rw-r--r-- | helm/tox.ini | 3 |
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 |