2010-07-02 21:26:03 +08:00
|
|
|
[testenv]
|
2010-07-01 23:59:35 +08:00
|
|
|
changedir=testing
|
|
|
|
argv=py.test
|
2010-07-02 00:12:38 +08:00
|
|
|
--confcutdir=..
|
2010-07-01 23:59:35 +08:00
|
|
|
--junitxml=junit-{envname}.xml
|
|
|
|
[testenv:py26]
|
2010-07-02 21:26:03 +08:00
|
|
|
basepython=python2.6
|
2010-07-01 23:59:35 +08:00
|
|
|
[testenv:py25]
|
2010-07-02 21:26:03 +08:00
|
|
|
basepython=python2.5
|
2010-07-01 23:59:35 +08:00
|
|
|
[testenv:py24]
|
2010-07-02 21:26:03 +08:00
|
|
|
basepython=python2.4
|
2010-07-01 23:59:35 +08:00
|
|
|
[testenv:py31]
|
2010-07-02 21:26:03 +08:00
|
|
|
basepython=python3.1
|
2010-07-01 23:59:35 +08:00
|
|
|
#[testenv:pypy]
|
|
|
|
#python=pypy-c
|
2010-07-02 01:43:46 +08:00
|
|
|
[testenv:jython]
|
2010-07-02 01:46:22 +08:00
|
|
|
changedir=testing
|
2010-07-02 21:26:03 +08:00
|
|
|
basepython=jython
|
|
|
|
deps=pytest-xdist
|
|
|
|
argv=
|
|
|
|
{envpython}
|
|
|
|
{envbindir}/py.test-jython
|
2010-07-02 21:33:36 +08:00
|
|
|
--confcutdir=..
|
|
|
|
--junitxml=junit-{envname}.xml
|
2010-07-02 21:26:03 +08:00
|
|
|
acceptance_test.py
|
|
|
|
plugin
|