diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ commands = doc8 -e .rst CONTRIBUTING.rst HACKING.rst README.rst doc/source python setup.py build_sphinx +[testenv:releasenotes] +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + [flake8] # E123, E125 skipped as they are invalid PEP-8. ignore = E123,E125 |