flask/tox.ini

12 lines
233 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]
deps = blinker
2013-05-18 18:27:49 +02:00
commands = python run-tests.py []
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck