From 0abc531f45031aabcf73c5a7171e1e82c38ad8bf Mon Sep 17 00:00:00 2001 From: Jacek Tomaszewski Date: Tue, 26 Feb 2013 23:16:51 +0100 Subject: [PATCH] Use 1.5 in tox. --- tox.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tox.ini b/tox.ini index 6f2c86a..d7e5b32 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =