system-config/tox.ini
James E. Blair 5ffd7fa987 Pin docutils==0.9.1
https://bitbucket.org/birkenfeld/sphinx/issue/998/docutils-010-will-break-sphinx-manpage

Change-Id: I1e98d3975bffef85da7a879017a198da8fd9eafc
Reviewed-on: https://review.openstack.org/18204
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-12-16 20:25:12 +00:00

16 lines
276 B
INI

[tox]
envlist = pyflakes,pep8
[testenv:pyflakes]
deps = pyflakes
commands = pyflakes modules setup.py
[testenv:pep8]
deps = pep8
commands = pep8 --count --repeat --show-source --exclude=.tox setup.py
[testenv:venv]
commands = {posargs}
deps = Sphinx
docutils==0.9.1