From 6a55769e50aa2dc33aa23f7215965501f6790f3b Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 23 Aug 2016 12:57:42 +0200 Subject: [PATCH] Add CHANGELOG.rst test in tox check_rst --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 401c249..4ab3f52 100644 --- a/tox.ini +++ b/tox.ini @@ -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}