From 31868c91200c36b830d0246792a295446f0682c9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2018 16:12:43 +0200 Subject: [PATCH] Check RST as part of linting Check our RST files so that uploading to PyPI works fine with a linter check. Change-Id: Id35de317908918d890f152d62221997b484ba4a8 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c922757..e877af4 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ whitelist_externals = [testenv:pep8] commands = + python setup.py check --restructuredtext --strict flake8 openstackdocstheme [testenv:venv]