parent
3c069544fc
commit
1ffe0e7b82
10
tox.ini
10
tox.ini
|
@ -4,7 +4,7 @@ envlist=py26,py27,py31,py27-xdist,py25,py24
|
||||||
|
|
||||||
[tox:hudson]
|
[tox:hudson]
|
||||||
distshare={toxworkdir}/distshare
|
distshare={toxworkdir}/distshare
|
||||||
sdistsrc={distshare}/py-**LATEST**
|
sdistsrc={distshare}/py-*
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
|
@ -18,8 +18,8 @@ basepython=python2.7
|
||||||
[testenv:py27-xdist]
|
[testenv:py27-xdist]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps=
|
deps=
|
||||||
{distshare}/py-**LATEST**
|
{distshare}/py-*
|
||||||
{distshare}/pytest-xdist-**LATEST**
|
{distshare}/pytest-xdist-*
|
||||||
commands=
|
commands=
|
||||||
py.test -n3 --confcutdir=.. -rfsxX \
|
py.test -n3 --confcutdir=.. -rfsxX \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
|
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
|
||||||
|
@ -31,8 +31,8 @@ basepython=python
|
||||||
changedir={toxinidir}
|
changedir={toxinidir}
|
||||||
deps=docutils
|
deps=docutils
|
||||||
pygments
|
pygments
|
||||||
{distshare}/py-**LATEST**
|
{distshare}/py-*
|
||||||
{distshare}/pytest-xdist-**LATEST**
|
{distshare}/pytest-xdist-*
|
||||||
pytest-figleaf
|
pytest-figleaf
|
||||||
pytest-coverage
|
pytest-coverage
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
Loading…
Reference in New Issue