sphinx/tox.ini

60 lines
927 B
INI
Raw Normal View History

2010-07-23 04:37:44 -05:00
[tox]
2016-08-20 04:52:03 -05:00
envlist=flake8,py26,py27,py34,py35,pypy,du12,du11,du10
2010-07-23 04:37:44 -05:00
[testenv]
2011-09-23 00:59:19 -05:00
deps=
six
2011-09-23 00:59:19 -05:00
nose
docutils
2012-12-16 22:24:24 -06:00
sqlalchemy
whoosh
2016-06-11 10:39:12 -05:00
html5lib
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
2010-07-23 05:16:17 -05:00
commands=
{envpython} tests/run.py -I py35 -m '^[tT]est' {posargs}
2014-09-20 13:54:54 -05:00
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
2010-07-23 05:16:17 -05:00
[testenv:py26]
deps=
mock
{[testenv]deps}
[testenv:py27]
deps=
mock
{[testenv]deps}
2011-01-08 14:50:41 -06:00
[testenv:pypy]
deps=
mock
2011-01-08 14:50:41 -06:00
simplejson
{[testenv]deps}
2011-01-08 14:50:41 -06:00
2012-12-17 01:09:33 -06:00
[testenv:du10]
deps=
2014-03-08 04:27:12 -06:00
mock
docutils==0.10
2012-12-17 01:09:33 -06:00
{[testenv]deps}
2013-07-24 19:26:43 -05:00
[testenv:du11]
deps=
2014-03-08 04:27:12 -06:00
mock
2013-07-24 19:26:43 -05:00
docutils==0.11
{[testenv]deps}
2014-08-11 16:45:38 -05:00
[testenv:du12]
deps=
mock
docutils==0.12
{[testenv]deps}
2015-03-07 00:45:43 -06:00
[testenv:flake8]
deps=flake8
commands=flake8
[testenv:py35]
commands=
{envpython} tests/run.py -m '^[tT]est' {posargs}
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html