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