test_ok2/tox.ini

27 lines
488 B
INI
Raw Normal View History

2010-07-02 21:26:03 +08:00
[testenv]
changedir=testing
argv=py.test
2010-07-02 00:12:38 +08:00
--confcutdir=..
--junitxml=junit-{envname}.xml
[testenv:py26]
2010-07-02 21:26:03 +08:00
basepython=python2.6
[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
#[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
deps=pytest-xdist
argv=
{envpython}
{envbindir}/py.test-jython
--confcutdir=..
--junitxml=junit-{envname}.xml
2010-07-02 21:26:03 +08:00
acceptance_test.py
plugin