Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-06-15 08:39:17 +00:00 committed by Gerrit Code Review
commit 4fcd8f4758

View File

@ -12,6 +12,7 @@ commands =
coverage run --branch --include "ironic_inspector_ramdisk*" -a -m unittest discover ironic_inspector_ramdisk.test
coverage report -m --fail-under 90
setenv = PYTHONDONTWRITEBYTECODE=1
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
basepython = python2.7