mopidy/tox.ini
2011-02-26 17:28:38 +01:00

14 lines
227 B
INI

[tox]
envlist = py26,py27,docs
[testenv]
deps = nose
commands = nosetests []
[testenv:docs]
basepython = python
changedir = docs
deps = sphinx
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html