From 5c339abd53a019a4abecf0d83f672afcabc269e6 Mon Sep 17 00:00:00 2001 From: fuzzyman <fuzzyman@localhost> Date: Wed, 14 Jul 2010 13:46:45 +0000 Subject: [PATCH] Update tox.ini for Python 3.1 (requires tox 0.7) --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 12bf51b..cd5b1ea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py24,py25,py26,py27 +envlist = py24,py25,py26,py27,py31 [testenv] deps=unittest2 @@ -22,3 +22,9 @@ commands= deps = unittest2 sphinx + +[testenv:py31] +commands= + unit2 discover [] +deps = + unittest2py3k -- GitLab