test_ok2/tox.ini

34 lines
845 B
INI
Raw Normal View History

2010-07-02 21:26:03 +08:00
[testenv]
changedir=testing
commands=
py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path []
deps=pexpect
[testenv:py27]
distribute=True
basepython=python2.7
[testenv:py26]
2010-07-02 21:26:03 +08:00
basepython=python2.6
[testenv:doc]
basepython=python
deps=docutils
pygments
changedir=doc
2010-07-05 01:16:49 +08:00
commands= py.test -rsfxX --confcutdir=.. --junitxml=junit-{envname}s.xml --forcegen
[testenv:py25]
2010-07-02 21:26:03 +08:00
basepython=python2.5
[testenv:py24]
2010-07-02 21:26:03 +08:00
basepython=python2.4
[testenv:py31]
2010-07-02 21:26:03 +08:00
basepython=python3.1
deps=
#[testenv:pypy]
#python=pypy-c
2010-07-02 01:43:46 +08:00
[testenv:jython]
changedir=testing
2010-07-02 21:26:03 +08:00
basepython=jython
commands=
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
-rfsxX --junitxml=junit-{envname}1.xml [io_ code]
{envpython} {envbindir}/py.test-jython --confcutdir=.. \
-rfsxX --junitxml=junit-{envname}2.xml acceptance_test.py plugin