Merge "Unifying proxy variables for tox"

This commit is contained in:
Zuul 2018-06-22 17:15:02 +00:00 committed by Gerrit Code Review
commit 57093d29ce
2 changed files with 2 additions and 1 deletions

View File

@ -241,7 +241,7 @@ To build the image from behind a proxy, you can:
export http_proxy=...
export no_proxy=...
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy -t promenade:local .
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy --build-arg no_proxy=$no_proxy -t promenade:local .
For convenience, there is a script which builds an image from the current code,

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 =