forked from orbit-oss/flask
11 lines
227 B
INI
11 lines
227 B
INI
[tox]
|
|
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
|