mirror of https://github.com/mitsuhiko/flask.git
Daniel Neuhäuser
11 years ago
1 changed files with 6 additions and 1 deletions
@ -1,6 +1,11 @@ |
|||||||
[tox] |
[tox] |
||||||
envlist = py26, py27, pypy, py33 |
envlist = docs, py26, py27, pypy, py33 |
||||||
|
|
||||||
[testenv] |
[testenv] |
||||||
deps = blinker |
deps = blinker |
||||||
commands = python run-tests.py [] |
commands = python run-tests.py [] |
||||||
|
|
||||||
|
|
||||||
|
[testenv:docs] |
||||||
|
deps = sphinx |
||||||
|
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck |
||||||
|
Loading…
Reference in new issue