Files
sphinx/tox.ini

48 lines
663 B
INI
Raw Normal View History

2010-07-23 10:37:44 +01:00
[tox]
2014-08-12 06:45:38 +09:00
envlist=py26,py27,py33,py34,pypy,du12,du11,du10
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
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
2010-07-23 11:16:17 +01:00
commands=
{envpython} tests/run.py {posargs}
2014-09-20 20:54:54 +02:00
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
2010-07-23 11:16:17 +01:00
[testenv:py26]
deps=
mock
{[testenv]deps}
[testenv:py27]
deps=
mock
{[testenv]deps}
2011-01-08 21:50:41 +01:00
[testenv:pypy]
deps=
mock
2011-01-08 21:50:41 +01:00
simplejson
{[testenv]deps}
2011-01-08 21:50:41 +01:00
2012-12-17 08:09:33 +01:00
[testenv:du10]
deps=
2014-03-08 11:27:12 +01:00
mock
docutils==0.10
2012-12-17 08:09:33 +01:00
{[testenv]deps}
2013-07-25 00:26:43 +00:00
[testenv:du11]
deps=
2014-03-08 11:27:12 +01:00
mock
2013-07-25 00:26:43 +00:00
docutils==0.11
{[testenv]deps}
2014-08-12 06:45:38 +09:00
[testenv:du12]
deps=
mock
docutils==0.12
{[testenv]deps}