Sphinx is required to build the package

This commit is contained in:
Thomas Scholtes 2014-04-02 23:49:35 +02:00
parent fdd2849fec
commit 2ff7735f89

View file

@ -13,6 +13,7 @@ deps =
flask
coverage
responses
sphinx
commands =
nosetests --with-coverage
@ -23,10 +24,11 @@ deps =
[testenv:docs]
changedir = docs
deps = sphinx
commands =
sphinx-build -W -b html . {envtmpdir}/html
[testenv:flake8]
deps = flake8
deps =
{[testenv]deps}
flake8
commands = flake8 beets beetsplug beet test setup.py docs