1.1 isn't supported anymore.

This commit is contained in:
Jannis Leidel 2011-07-01 14:27:21 +02:00
parent 6caa401c7c
commit 2c814889ed

17
tox.ini
View file

@ -2,7 +2,6 @@
downloadcache = .tox/_download/
distribute = False
envlist =
py25-1.1.X, py26-1.1.X, py27-1.1.X,
py25-1.2.X, py26-1.2.X, py27-1.2.X,
py25-1.3.X, py26-1.3.X, py27-1.3.X
@ -10,22 +9,6 @@ envlist =
commands =
python runtests.py
[testenv:py25-1.1.X]
basepython = python2.5
deps =
django==1.1.4
[testenv:py26-1.1.X]
basepython = python2.6
deps =
django==1.1.4
[testenv:py27-1.1.X]
basepython = python2.7
deps =
django==1.1.4
[testenv:py25-1.2.X]
basepython = python2.5
deps =