test_ok2/tox.ini

62 lines
1.3 KiB
INI
Raw Normal View History

[tox]
distshare={homedir}/.tox/distshare
envlist=py26,py27,py31,py27-xdist,py25,py24
[tox:hudson]
distshare={toxworkdir}/distshare
sdistsrc={distshare}/pytest-*
2010-07-02 21:26:03 +08:00
[testenv]
changedir=testing
commands=
py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
deps=
{distshare}/pylib-*
pexpect
nose
[testenv:py27-xdist]
basepython=python2.7
deps=
{distshare}/pylib-*
{distshare}/pytest-xdist-*
commands=
py.test -n3 -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26]
2010-07-02 21:26:03 +08:00
basepython=python2.6
[testenv:doc]
basepython=python
changedir={toxinidir}
deps=docutils
pygments
{distshare}/py-*
{distshare}/pytest-xdist-*
pytest-figleaf
pytest-coverage
pytest-cov
pytest-capturelog
commands=
{envpython} bin-for-dist/makepluginlist.py
py.test [doc] -rsfxX --junitxml={envlogdir}/junit-{envname}s.xml --forcegen
[testenv:py31]
deps= {distshare}/pylib-*
[testenv:py32]
deps=
#{distshare}/pytest-xdist-*
#[testenv:pypy]
#python=pypy-c
2010-07-02 01:43:46 +08:00
[testenv:jython]
changedir=testing
2010-07-02 21:26:03 +08:00
basepython=jython
commands=
{envpython} {envbindir}/py.test-jython \
2010-07-06 18:04:22 +08:00
-rfsxX --junitxml={envlogdir}/junit-{envname}1.xml [io_ code]
{envpython} {envbindir}/py.test-jython \
2010-07-06 18:04:22 +08:00
-rfsxX --junitxml={envlogdir}/junit-{envname}2.xml acceptance_test.py plugin