2010-07-01 23:59:35 +08:00
|
|
|
[test]
|
|
|
|
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]
|
|
|
|
python=python2.6
|
|
|
|
[testenv:py25]
|
|
|
|
python=python2.5
|
|
|
|
[testenv:py24]
|
|
|
|
python=python2.4
|
|
|
|
[testenv:py31]
|
|
|
|
python=python3.1
|
|
|
|
#[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 01:43:46 +08:00
|
|
|
python=jython
|
|
|
|
argv=jython
|
2010-07-02 16:15:30 +08:00
|
|
|
{envbindir}/py.test-jython
|
2010-07-02 01:43:46 +08:00
|
|
|
--confcutdir=..
|
|
|
|
--junitxml=junit-{envname}.xml
|