forked from orbit-oss/flask
Check links in the documentation with tox
This commit is contained in:
parent
1b06c8a411
commit
16308bf675
1 changed files with 6 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue