summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-06-06 16:32:14 +0200
committerholger krekel <holger@merlinux.eu>2010-06-06 16:32:14 +0200
commit022a60329d40ae551a7ac9ec03b6c4782599cfa8 (patch)
treec57355c26f634a459c7c78e28157ca8063ecc7b0 /tox.ini
parent2b8f10c98f2a4cfb037423edb3698dba1fae977c (diff)
downloadtox-022a60329d40ae551a7ac9ec03b6c4782599cfa8.tar.gz
some python3 fixes, also making a recursive tox run on itself work
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
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