Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2017-05-02 23:28:00 +00:00 committed by Gerrit Code Review
commit 0ec46b945a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ commands =
# Provide an environment for system packagers that dont want anything from pip
# Any extra deps needed for this env can be passed by setting TOX_EXTRA_DEPS
sitepackages = True
passenv = TOX_EXTRA_DEPS
passenv = TOX_EXTRA_DEPS http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
# Sets deps to an empty list so nothing is installed from pip
deps =
commands =