mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
30 lines
457 B
INI
30 lines
457 B
INI
[tox]
|
|
envlist=py26,py27,py32,py33,pypy,du11,du10
|
|
|
|
[testenv]
|
|
deps=
|
|
mock
|
|
nose
|
|
sqlalchemy
|
|
whoosh
|
|
setenv =
|
|
BUILD_TEST_PATH = {envdir}/tests
|
|
commands=
|
|
{envpython} tests/run.py {posargs}
|
|
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
|
|
|
[testenv:pypy]
|
|
deps=
|
|
simplejson
|
|
{[testenv]deps}
|
|
|
|
[testenv:du10]
|
|
deps=
|
|
docutils==0.10
|
|
{[testenv]deps}
|
|
|
|
[testenv:du11]
|
|
deps=
|
|
docutils==0.11
|
|
{[testenv]deps}
|