2010-06-05 21:59:11 +08:00
|
|
|
[test]
|
2010-06-08 05:23:24 +08:00
|
|
|
changedir=testing
|
2010-06-09 18:01:13 +08:00
|
|
|
cmdargs=py.test
|
|
|
|
-n3
|
|
|
|
--basetemp=%(envtmpdir)s
|
|
|
|
--confcutdir=..
|
|
|
|
--junitxml=junit-%(envname)s.xml
|
2010-06-08 05:23:24 +08:00
|
|
|
deps=pytest-xdist
|
2010-06-05 21:59:11 +08:00
|
|
|
[testenv:py24]
|
|
|
|
python=python2.4
|
|
|
|
[testenv:py25]
|
|
|
|
python=python2.5
|
|
|
|
[testenv:py26]
|
|
|
|
python=python2.6
|
2010-06-09 18:01:13 +08:00
|
|
|
#[testenv:jython]
|
|
|
|
#python=jython
|
|
|
|
#command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
2010-06-05 21:59:11 +08:00
|
|
|
[testenv:py31]
|
|
|
|
python=python3.1
|