updating tox.ini to new format
--HG-- branch : trunk
This commit is contained in:
12
tox.ini
12
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user