Add check for README.rst syntax

Change-Id: Ie84446d03da4a8f357d6e52a8797bf8123705ec8
This commit is contained in:
Witold Bedyk 2018-07-25 16:54:42 +02:00
parent 4bbb7d1f03
commit 8ec36eb94a
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cassandra-driver===2.1.4
coverage==4.0
debtcollector==1.2.0
elasticsearch===2.0.0
docutils==0.11
extras==1.0.0
fixtures==3.0.0
flake8==2.5.5

View File

@ -8,3 +8,4 @@ coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain

View File

@ -46,6 +46,7 @@ deps =
commands =
{[testenv:flake8]commands}
{[bandit]commands}
python setup.py check --restructuredtext --strict
[testenv:genconfig]
description = Generates sample configuration file for monasca-persister