test_ok2/tox.ini

53 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
2010-07-06 18:04:22 +08:00
sdistsrc={distshare}/py-**LATEST**
2010-07-02 21:26:03 +08:00
[testenv]
changedir=testing
commands=
2010-07-06 18:04:22 +08:00
py.test --confcutdir=.. -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
deps=
pexpect
[testenv:py27]
basepython=python2.7
[testenv:py27-xdist]
basepython=python2.7
deps=
{distshare}/py-**LATEST**
{distshare}/pytest-xdist-**LATEST**
commands=
py.test -n3 --confcutdir=.. -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path []
[testenv:py26]
2010-07-02 21:26:03 +08:00
basepython=python2.6
[testenv:doc]
basepython=python
deps=docutils
pygments
changedir=doc
2010-07-06 18:04:22 +08:00
commands= py.test -rsfxX --confcutdir=.. \
--junitxml={envlogdir}/junit-{envname}s.xml --forcegen
[testenv:py25]
2010-07-02 21:26:03 +08:00
basepython=python2.5
[testenv:py24]
2010-07-02 21:26:03 +08:00
basepython=python2.4
[testenv:py31]
2010-07-02 21:26:03 +08:00
basepython=python3.1
deps=
#[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 --confcutdir=.. \
2010-07-06 18:04:22 +08:00
-rfsxX --junitxml={envlogdir}/junit-{envname}1.xml [io_ code]
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
2010-07-06 18:04:22 +08:00
-rfsxX --junitxml={envlogdir}/junit-{envname}2.xml acceptance_test.py plugin