From 022a60329d40ae551a7ac9ec03b6c4782599cfa8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 6 Jun 2010 16:32:14 +0200 Subject: some python3 fixes, also making a recursive tox run on itself work --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3f98be1..653d4b4 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,8 @@ python=python2.6 [testenv:py25] python=python2.5 -#[testenv:py31] -#python=python3.1 -#[testenv:jython] -#python=jython -#command=py.test-jython --basetemp=tmp --junitxml=junit-%(envname)s.xml tests +[testenv:py31] +python=python3.1 +[testenv:jython] +python=jython +command=py.test-jython --basetemp=tmp --junitxml=junit-%(envname)s.xml tests -- cgit v1.2.1