From 837b3f83e6956d7f58c067a568a01c08f6b90de1 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Sun, 27 Oct 2013 18:57:26 +0000 Subject: [PATCH] test python 3.3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 83c5a8e..08f72aa 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, pypy +envlist = py26, py27, py32, py33, pypy [testenv] commands = python setup.py test