mirror of
https://opendev.org/openstack/designate-specs.git
synced 2026-01-16 23:01:51 +00:00
Pass environment variables of proxy to tox
Change-Id: I114cfd4b0aa7be7ae46f3a940284d57d8181d494 Related-Bug: #1465086
This commit is contained in:
parent
2da64ceb36
commit
15a690dfb8
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages}
|
|||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue