Add doc8 check on priorities/

This patch is extending the doc8 check to also look at the .rst files
under the priorities/ directory.

Change-Id: Id9f7671e534c4d7c41dd4526f2134c1a0d566bf4
This commit is contained in:
Lucas Alvares Gomes 2016-05-04 14:07:49 +01:00
parent 4cb3d7f07a
commit 30b4868fa1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
doc8 specs/ doc/source README.rst
doc8 priorities/ specs/ doc/source README.rst
[testenv:venv]
commands = {posargs}