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]
|
2013-06-27 16:52:34 +02:00
|
|
|
deps = blinker
|
2013-05-18 18:27:49 +02:00
|
|
|
commands = python run-tests.py []
|
2014-04-26 01:13:19 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[testenv:docs]
|
|
|
|
|
deps = sphinx
|
|
|
|
|
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|