From 8a393214c8db962e6eb55fbabe5439978a64efdf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 23 Mar 2011 02:08:04 -0400 Subject: [PATCH] add tox tests for 3.x --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ba10930..4917237 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py24,py25,py26,py27 +envlist = py24,py25,py26,py27, py31 [testenv] commands=py.test --junitxml=junit-{envname}.xml