From 458ceeb7a87cf92952dd1252c9d38b1d0cf4417c Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 21 Nov 2012 18:55:41 +0000 Subject: Add support for Python 3.3. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 66a1456..0a7b458 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = # Jython support pending 2.7 support, due 2012-07-15 or so. See: # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html # py26,py27,py32,jython,pypy,coverage - py26,py27,py32,pypy,coverage,docs + py26,py27,py32,py33,pypy,coverage,docs [testenv] commands = -- cgit v1.2.1