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