updated tox.ini

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-02 15:26:03 +02:00
parent 5f9876d54e
commit 29217a47f4
1 changed files with 12 additions and 10 deletions

22
tox.ini
View File

@ -1,22 +1,24 @@
[test]
[testenv]
changedir=testing
argv=py.test
--confcutdir=..
--junitxml=junit-{envname}.xml
[testenv:py26]
python=python2.6
basepython=python2.6
[testenv:py25]
python=python2.5
basepython=python2.5
[testenv:py24]
python=python2.4
basepython=python2.4
[testenv:py31]
python=python3.1
basepython=python3.1
#[testenv:pypy]
#python=pypy-c
[testenv:jython]
changedir=testing
python=jython
argv=jython
{envbindir}/py.test-jython
--confcutdir=..
--junitxml=junit-{envname}.xml
basepython=jython
deps=pytest-xdist
argv=
{envpython}
{envbindir}/py.test-jython
acceptance_test.py
plugin