From 5484e3e9be61b82b55e6e1e94365cfb3cd4d3a94 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Jun 2011 06:17:39 -0400 Subject: we no longer support 2.4 --- tox.ini | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 73a487ac8..e404b29f4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py24,py25,py26,py27,jython,pypy,cover + py25,py26,py27,jython,pypy,cover [testenv] commands = @@ -11,17 +11,6 @@ deps = repoze.sphinx.autointerface virtualenv -[testenv:py24] -# Chameleon 2 doesnt work under py2.4 -commands = - python setup.py test -q -deps = - Sphinx - WebTest - repoze.sphinx.autointerface - virtualenv - Chameleon<=1.999 - [testenv:jython] commands = jython setup.py test -q -- cgit v1.2.3