flask/tox.ini

14 lines
235 B
INI
Raw Normal View History

2013-05-18 18:27:49 +02:00
[tox]
2014-04-26 01:45:20 +02:00
envlist = docs, py26, py27, pypy, py33, py34
2013-05-18 18:27:49 +02:00
[testenv]
2014-09-01 00:00:20 +02:00
deps=
blinker
pytest
commands = py.test []
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck