From 3fdd0539f569eb77dce1354a37b5a61b37c527e9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2018 16:14:05 +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: I41cb71409ea5cb7d1e6d8b546a37633ee481a38d --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b2930249..6d9541e3 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] commands = + python setup.py check --restructuredtext --strict flake8 # Run doc8 to check .rst and .txt files. # HACKING.rst is the only file that is not referenced from