Add CHANGELOG.rst test in tox check_rst
This commit is contained in:
parent
656a207e47
commit
6a55769e50
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -101,6 +101,7 @@ deps=
|
||||||
skip_install=True
|
skip_install=True
|
||||||
commands=
|
commands=
|
||||||
rst2html.py --strict {toxinidir}/README.rst /dev/null
|
rst2html.py --strict {toxinidir}/README.rst /dev/null
|
||||||
|
rst2html.py --halt=warning {toxinidir}/CHANGELOG.rst /dev/null
|
||||||
{[post_cmd]commands}
|
{[post_cmd]commands}
|
||||||
whitelist_externals={[post_cmd]whitelist_externals}
|
whitelist_externals={[post_cmd]whitelist_externals}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue