summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-29 19:06:24 +0100
committerGeorg Brandl <georg@python.org>2013-03-29 19:06:24 +0100
commite6af99f9b967e0ad9844fe233b8de276c77f94a2 (patch)
treea7a72cbe2bf92f0eb677a614a1594d3b5a6e07e7 /tox.ini
parent0c1cfa2a2ad8cd4e786c63b9b42ac0c4b967c3db (diff)
downloadsphinx-e6af99f9b967e0ad9844fe233b8de276c77f94a2.tar.gz
tox: allow insecure (no SSL) pip operation on Python 2.5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b08d6b29..92cea737 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,8 @@ commands=
deps=
simplejson==2.5.0
{[testenv]deps}
+setenv=
+ PIP_INSECURE = 1
[testenv:py33]
deps=