Add CHANGELOG.rst test in tox check_rst

This commit is contained in:
Valentin Samir 2016-08-23 12:57:42 +02:00
parent 656a207e47
commit 6a55769e50

View file

@ -101,6 +101,7 @@ deps=
skip_install=True
commands=
rst2html.py --strict {toxinidir}/README.rst /dev/null
rst2html.py --halt=warning {toxinidir}/CHANGELOG.rst /dev/null
{[post_cmd]commands}
whitelist_externals={[post_cmd]whitelist_externals}