Use 1.5 in tox.

This commit is contained in:
Jacek Tomaszewski 2013-02-26 23:16:51 +01:00
parent c8d1f361cc
commit 0abc531f45

13
tox.ini
View file

@ -1,6 +1,7 @@
[tox]
distribute = False
envlist =
py26-1.5.X, py27-1.5.X,
py26-1.4.X, py27-1.4.X,
py26-1.3.X, py27-1.3.X,
@ -10,6 +11,18 @@ commands =
{envpython} runtests.py
[testenv:py26-1.5.X]
basepython = python2.6
deps =
Django==1.5
PIL
[testenv:py27-1.5.X]
basepython = python2.7
deps =
Django==1.5
PIL
[testenv:py26-1.4.X]
basepython = python2.6
deps =