From fb0b6556c3f1d09d805f0dec5f11022446516652 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Mon, 23 Sep 2013 16:46:58 -0500 Subject: [PATCH] Reenable py33 testing via tox. Several months ago, the py33 tests were removed. I just ran them and they passed fine, so whatever issue you may have been having seems to be over. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2eb1f8a..9d156dd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27 +envlist = py26, py27, py33 [testenv] deps = -r{toxinidir}/requirements.pip