2010-07-02 21:26:03 +08:00
|
|
|
[testenv]
|
2010-07-01 23:59:35 +08:00
|
|
|
changedir=testing
|
2010-07-03 20:29:43 +08:00
|
|
|
commands=
|
|
|
|
py.test --confcutdir=.. --junitxml=junit-{envname}.xml []
|
2010-07-01 23:59:35 +08:00
|
|
|
[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
|
2010-07-03 20:29:43 +08:00
|
|
|
commands=
|
|
|
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
2010-07-03 20:54:48 +08:00
|
|
|
--junitxml=junit-{envname}1.xml [io_ code]
|
2010-07-03 20:29:43 +08:00
|
|
|
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
|
2010-07-03 20:54:48 +08:00
|
|
|
--junitxml=junit-{envname}2.xml acceptance_test.py plugin
|