python3 tox config for jenkins

This commit is contained in:
Kenneth Reitz
2011-03-23 02:23:43 -04:00
parent c6565c9e29
commit d42f9bc10f
+4 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py24,py25,py26,py27, py31
envlist = py24,py25,py26,py27, py3
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
@@ -9,3 +9,6 @@ deps =
[testenv:pypy]
basepython=/usr/bin/pypy-c
[testenv:py3]
basepython=/usr/bin/python3