Updated proxy env var passthrough in tox.ini

We made a breaking change to snapstack. SNAP_BUILD_PROXY ->
SNAPSTACK_HTTP/S_PROXY.

Change-Id: Ib2d25a562bed3059f92ee4892780a881e18eb3aa
This commit is contained in:
Pete Vander Giessen 2017-08-08 13:24:36 +00:00
parent 6f54b6ccfb
commit ea65aeff61
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ install_command = pip install {opts} {packages}
passenv =
HOME
TERM
SNAP_BUILD_PROXY
SNAPSTACK_HTTP_PROXY
SNAPSTACK_HTTPS_PROXY
whitelist_externals =
sudo
snapcraft