From 82db07051a00ca18fbf7b566a398da74a978bce0 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 12 Jun 2014 16:44:29 -0700 Subject: [PATCH] tox.ini: Add py33, py34 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c3c1844..ac97a56 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py32 +envlist = py27, py32, py33, py34 [testenv] commands = nosetests tests/