From 2c814889edc9982749dfa2a615c2c78bc6fcb469 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 1 Jul 2011 14:27:21 +0200 Subject: [PATCH] 1.1 isn't supported anymore. --- tox.ini | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tox.ini b/tox.ini index deb8479..5ab7af1 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =