system-config/tox.ini
Doug Hellmann e6fb0aa640 Use the new oslo.sphinx library for the doc theme
Change-Id: I6b7557efec8d41687e4ef8a4864d1422bdebcfc5
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-07-22 11:50:39 -04:00

17 lines
292 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
oslo.sphinx