parent
b28c439494
commit
1e8b59e39f
|
@ -9,6 +9,7 @@ graft contrib
|
|||
graft bin
|
||||
graft testing
|
||||
#exclude *.orig
|
||||
#exclude *.orig
|
||||
#exclude *.rej
|
||||
#exclude .hginore
|
||||
#exclude *.pyc
|
||||
|
|
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
|
||||
|
|
Loading…
Reference in New Issue