From aa0dbf45b771509979ac5c61395be3361b5f8ef3 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 27 Nov 2013 06:54:03 -0800 Subject: [PATCH] Switch tox's testing Python py32->py33 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1409ccb..2adfc88 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py32 +envlist = py27,py33 [testenv] commands = -- 2.30.2