remove tox.ini for now

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-06-17 13:25:28 +02:00
parent 149f9e1042
commit 504e42a62e
1 changed files with 0 additions and 20 deletions

20
tox.ini
View File

@ -1,20 +0,0 @@
[test]
changedir=testing
cmdargs=py.test
-n3
--basetemp=%(envtmpdir)s
--confcutdir=..
--junitxml=junit-%(envname)s.xml
--junitprefix=%(envname)s
deps=pytest-xdist
[testenv:py24]
python=python2.4
[testenv:py25]
python=python2.5
[testenv:py26]
python=python2.6
#[testenv:jython]
#python=jython
#command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
#[testenv:py31]
#python=python3.1