oslosphinx/tox.ini
ChangBo Guo(gcb) e585ff0d86 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: I1b07a37eaa57c0f1767a534c6208d62d572a80a4
2016-11-03 14:53:58 +08:00

24 lines
460 B
INI

[tox]
minversion = 1.6
envlist = pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands =
flake8 oslosphinx
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
show-source = True
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html