Updated proxy env var passthrough in tox.ini

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

Change-Id: Ieb05c7f9870c500aac6e8c4c7befa6b447dbc461
This commit is contained in:
Pete Vander Giessen 2017-08-08 14:03:10 +00:00
parent 8f43785d63
commit a7895934fe
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