parent
b28c439494
commit
1e8b59e39f
|
@ -9,6 +9,7 @@ graft contrib
|
||||||
graft bin
|
graft bin
|
||||||
graft testing
|
graft testing
|
||||||
#exclude *.orig
|
#exclude *.orig
|
||||||
|
#exclude *.orig
|
||||||
#exclude *.rej
|
#exclude *.rej
|
||||||
#exclude .hginore
|
#exclude .hginore
|
||||||
#exclude *.pyc
|
#exclude *.pyc
|
||||||
|
|
12
tox.ini
12
tox.ini
|
@ -1,10 +1,16 @@
|
||||||
|
[tox]
|
||||||
|
distshare={homedir}/.tox/distshare
|
||||||
|
|
||||||
|
[tox:hudson]
|
||||||
|
distshare={toxworkdir}/distshare
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
commands=
|
commands=
|
||||||
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
|
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
|
||||||
deps=pexpect
|
deps=
|
||||||
|
pexpect
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
distribute=True
|
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
|
|
Loading…
Reference in New Issue