Merge "Bypass http proxy env variables to testenv"

This commit is contained in:
Jenkins 2016-10-25 10:48:49 +00:00 committed by Gerrit Code Review
commit f96afc1bcd

View File

@ -13,6 +13,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
whitelist_externals = bash