Unifying proxy variables for tox

This patch adds proxy-related variables to tox command.

Change-Id: Ifa202936f5cd240978893e2ee280eb4f27fb0744
This commit is contained in:
Roman Gorshunov 2018-06-22 14:54:35 +02:00
parent c8a0aeb5c3
commit 46e406ba71
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ envlist = pep8,py35,bandit,docs
[testenv]
basepython=python3
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:py35]
setenv =