Updated proxy env var passthrough in tox.ini

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

Change-Id: Ibbcb5873cb11d884469409f3885041cc4577c360
This commit is contained in:
Pete Vander Giessen 2017-08-08 13:17:38 +00:00
parent aac40bec0e
commit a1e372560b
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