3682eabc20
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
18 lines
346 B
INI
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
|