Browse Source

Check links in the documentation with tox

pull/1035/head
Daniel Neuhäuser 11 years ago
parent
commit
16308bf675
  1. 7
      tox.ini

7
tox.ini

@ -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

Loading…
Cancel
Save