fix tox.ini

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-06-07 23:23:24 +02:00
parent 804dcd3521
commit d00b62e0f4
1 changed files with 4 additions and 18 deletions

22
tox.ini
View File

@ -1,21 +1,7 @@
[project]
distpaths=
py
setup.py
distribute_setup.py
README.txt
MANIFEST.in
LICENSE
doc
testing
conftest.py
testpaths=
testing
conftest.py
[test] [test]
command=py.test --confcutdir=. --junitxml=junit-%(envname)s.xml testing/ changedir=testing
command=py.test -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
deps=pytest-xdist
[testenv:py24] [testenv:py24]
python=python2.4 python=python2.4
[testenv:py25] [testenv:py25]
@ -24,6 +10,6 @@ python=python2.5
python=python2.6 python=python2.6
[testenv:jython] [testenv:jython]
python=jython python=jython
command=py.test-jython --confcutdir=. --junitxml=junit-%(envname)s.xml testing/ command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
[testenv:py31] [testenv:py31]
python=python3.1 python=python3.1