tox: allow insecure (no SSL) pip operation on Python 2.5

This commit is contained in:
Georg Brandl 2013-03-29 19:06:24 +01:00
parent 937a93887f
commit 77eeeca29b

View File

@ -16,6 +16,8 @@ commands=
deps=
simplejson==2.5.0
{[testenv]deps}
setenv=
PIP_INSECURE = 1
[testenv:py33]
deps=