From ea65aeff61d1d7a8f9b602dd48e65f8ac0cf8959 Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Tue, 8 Aug 2017 13:24:36 +0000 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a6fe96f..936e0d9 100644 --- a/tox.ini +++ b/tox.ini @@ -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