stevedore/tox.ini
Doug Hellmann 3682eabc20 add tox env for building docs
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-03 17:38:56 -04:00

18 lines
346 B
INI

[tox]
envlist = py26,py27,py32,py33,style
[testenv]
commands = nosetests -d --with-coverage --cover-inclusive --cover-package stevedore []
deps =
nose
mock
coverage
[testenv:style]
deps = flake8
commands = flake8 stevedore setup.py
[testenv:docs]
deps = -r{toxinidir}/docs/requirements.txt
commands = python setup.py build_sphinx