Unifying proxy variables for tox

This patch adds proxy-related variables to tox command.

Change-Id: I0e4a09d809be92c0dffd948e0b9a99bb3321a1fd
This commit is contained in:
Roman Gorshunov 2018-06-22 14:39:41 +02:00
parent 7fba2e0ee8
commit 683d757995
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ whitelist_externals = rm
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US LANGUAGE=en_US
LC_ALL=en_US.utf-8 LC_ALL=en_US.utf-8
passenv=HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = commands =