Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins
2015-12-03 15:54:04 +00:00
committed by Gerrit Code Review

View File

@@ -12,6 +12,7 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
commands = flake8