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