Merge "Pass environment variables of proxy to tox"
This commit is contained in:
commit
0ec46b945a
2
tox.ini
2
tox.ini
@ -108,7 +108,7 @@ commands =
|
|||||||
# Provide an environment for system packagers that dont want anything from pip
|
# 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
|
# Any extra deps needed for this env can be passed by setting TOX_EXTRA_DEPS
|
||||||
sitepackages = True
|
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
|
# Sets deps to an empty list so nothing is installed from pip
|
||||||
deps =
|
deps =
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user