parent
1e8b59e39f
commit
195d066ff8
2
tox.ini
2
tox.ini
|
@ -3,6 +3,7 @@ distshare={homedir}/.tox/distshare
|
|||
|
||||
[tox:hudson]
|
||||
distshare={toxworkdir}/distshare
|
||||
skip=sdist
|
||||
|
||||
[testenv]
|
||||
changedir=testing
|
||||
|
@ -10,6 +11,7 @@ commands=
|
|||
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
|
||||
deps=
|
||||
pexpect
|
||||
{distshare}/py-1.3.2a1.zip
|
||||
[testenv:py27]
|
||||
basepython=python2.7
|
||||
[testenv:py26]
|
||||
|
|
Loading…
Reference in New Issue