Check links in the documentation with tox

This commit is contained in:
Daniel Neuhäuser 2014-04-26 01:13:19 +02:00
parent 1b06c8a411
commit 16308bf675

View file

@ -1,6 +1,11 @@
[tox]
envlist = py26, py27, pypy, py33
envlist = docs, py26, py27, pypy, py33
[testenv]
deps = blinker
commands = python run-tests.py []
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck