From e90f5139eddbce9c3add4531be73e4ce718c5d74 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 4 Sep 2013 15:55:01 +0200 Subject: pass PIP_INSECURE as env var in py25 environment --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 1b9417c..40f532d 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,9 @@ commands= --junitxml={envlogdir}/junit-{envname}.xml \ check_sphinx.py {posargs} +[testenv:py25] +setenv= PIP_INSECURE=1 + [pytest] rsyncdirs=tests tox -- cgit v1.2.1