2010-07-23 10:37:44 +01:00
|
|
|
[tox]
|
2013-01-01 15:28:30 +09:00
|
|
|
envlist=py25,py26,py27,py31,py32,py33,pypy,du10,du09,du08,du07
|
2010-07-23 10:37:44 +01:00
|
|
|
|
|
|
|
|
[testenv]
|
2011-09-23 07:59:19 +02:00
|
|
|
deps=
|
|
|
|
|
nose
|
2012-12-17 04:24:24 +00:00
|
|
|
sqlalchemy
|
|
|
|
|
whoosh
|
2012-05-01 15:21:12 +09:00
|
|
|
setenv =
|
|
|
|
|
BUILD_TEST_PATH = {envdir}/tests
|
2010-07-23 11:16:17 +01:00
|
|
|
commands=
|
2012-05-01 15:21:12 +09:00
|
|
|
{envpython} tests/run.py {posargs}
|
2010-07-23 11:16:17 +01:00
|
|
|
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
|
|
|
|
|
2012-05-01 15:21:12 +09:00
|
|
|
[testenv:py25]
|
|
|
|
|
deps=
|
|
|
|
|
simplejson==2.5.0
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2011-01-08 19:39:44 +01:00
|
|
|
|
2012-11-03 09:37:35 -05:00
|
|
|
[testenv:py33]
|
|
|
|
|
deps=
|
|
|
|
|
docutils>=0.10.0
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2012-11-03 09:37:35 -05:00
|
|
|
|
2011-01-08 21:50:41 +01:00
|
|
|
[testenv:pypy]
|
|
|
|
|
deps=
|
|
|
|
|
simplejson
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2011-01-08 21:50:41 +01:00
|
|
|
|
2010-07-26 19:31:07 +02:00
|
|
|
[testenv:du07]
|
2011-01-08 19:39:44 +01:00
|
|
|
deps=
|
|
|
|
|
docutils==0.7
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2011-09-23 07:59:19 +02:00
|
|
|
|
|
|
|
|
[testenv:du08]
|
|
|
|
|
deps=
|
|
|
|
|
docutils==0.8.1
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2012-10-30 09:55:44 +01:00
|
|
|
|
|
|
|
|
[testenv:du09]
|
|
|
|
|
deps=
|
|
|
|
|
docutils==0.9.1
|
2012-12-17 04:23:14 +00:00
|
|
|
{[testenv]deps}
|
2012-12-17 08:09:33 +01:00
|
|
|
|
|
|
|
|
[testenv:du10]
|
|
|
|
|
deps=
|
|
|
|
|
docutils==0.10.0
|
|
|
|
|
{[testenv]deps}
|