parent
5f9876d54e
commit
29217a47f4
22
tox.ini
22
tox.ini
|
@ -1,22 +1,24 @@
|
||||||
[test]
|
[testenv]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
argv=py.test
|
argv=py.test
|
||||||
--confcutdir=..
|
--confcutdir=..
|
||||||
--junitxml=junit-{envname}.xml
|
--junitxml=junit-{envname}.xml
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
python=python2.6
|
basepython=python2.6
|
||||||
[testenv:py25]
|
[testenv:py25]
|
||||||
python=python2.5
|
basepython=python2.5
|
||||||
[testenv:py24]
|
[testenv:py24]
|
||||||
python=python2.4
|
basepython=python2.4
|
||||||
[testenv:py31]
|
[testenv:py31]
|
||||||
python=python3.1
|
basepython=python3.1
|
||||||
#[testenv:pypy]
|
#[testenv:pypy]
|
||||||
#python=pypy-c
|
#python=pypy-c
|
||||||
[testenv:jython]
|
[testenv:jython]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
python=jython
|
basepython=jython
|
||||||
argv=jython
|
deps=pytest-xdist
|
||||||
{envbindir}/py.test-jython
|
argv=
|
||||||
--confcutdir=..
|
{envpython}
|
||||||
--junitxml=junit-{envname}.xml
|
{envbindir}/py.test-jython
|
||||||
|
acceptance_test.py
|
||||||
|
plugin
|
||||||
|
|
Loading…
Reference in New Issue