updating tox.ini to new format

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-05 15:55:21 +02:00
parent b28c439494
commit 1e8b59e39f
2 changed files with 10 additions and 3 deletions

View File

@ -9,6 +9,7 @@ graft contrib
graft bin
graft testing
#exclude *.orig
#exclude *.orig
#exclude *.rej
#exclude .hginore
#exclude *.pyc

12
tox.ini
View File

@ -1,10 +1,16 @@
[tox]
distshare={homedir}/.tox/distshare
[tox:hudson]
distshare={toxworkdir}/distshare
[testenv]
changedir=testing
changedir=testing
commands=
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
deps=pexpect
deps=
pexpect
[testenv:py27]
distribute=True
basepython=python2.7
[testenv:py26]
basepython=python2.6