forked from orbit-oss/flask
13 lines
235 B
INI
13 lines
235 B
INI
[tox]
|
|
envlist = docs, py26, py27, pypy, py33, py34
|
|
|
|
[testenv]
|
|
deps=
|
|
blinker
|
|
pytest
|
|
commands = py.test []
|
|
|
|
|
|
[testenv:docs]
|
|
deps = sphinx
|
|
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|