From 7697683b3d6ccd81566ce092d52de16cfed872ce Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 26 Jul 2017 18:25:54 +0100 Subject: [PATCH] add proxy to tox, so the tests can succeed even behind a proxy network --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 530e5b941..c90732b11 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist=flake8,py27,py34,py35,py36,pypy,du13,du12,du11 [testenv] +passenv = https_proxy http_proxy no_proxy deps= six pytest