From 773dea01777d3f15160c3ea19db7d064687d11b2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 1 Mar 2011 03:18:41 -0500 Subject: we no longer expect to run on 2.4, dont skip Chameleon-related tests on pypy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2ccf23437..5241b165c 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 = -- cgit v1.2.3