From 66f6b7a4ddc8233a6a94e1daad412e444a76a7c7 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Wed, 1 Sep 2010 17:11:45 -0500 Subject: Initial tox environment to run nose in Python 3.1. I'm not quite sure about adding build_tests though, it needs more thought. --- tox.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d181ceb..1c16257 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27,py26,py25,py24,jython_nodeps,docs +envlist=py31,py27,py26,py25,py24,jython_nodeps,docs [testenv] deps= coverage >=3.2,<3.3 @@ -22,4 +22,13 @@ basepython=jython # it compiles C extensions deps= commands= + python selftest.py [] + +[testenv:py31] +basepython=python3.1 +# coverage not yet available for 3... +deps= +distribute=True +commands= + python setup.py build_tests python selftest.py [] \ No newline at end of file -- cgit v1.2.1