Fix README.rst and add syntax check

PyPI rejects invalid rst files and rejects publishing the library.

Change-Id: I9fd0dba77d8e358452e370fd3fe2b787f80d1dd7
Story: 2002163
Task: 24254
This commit is contained in:
Witold Bedyk 2018-08-03 14:51:48 +02:00
parent 8b6582d8d4
commit f290f8db3f
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in the HACKING.rst file, and pass all unit tests as well as linters.
Further developer focused documentation is available at:
* `Openstack Monasca-Log-Api <https://docs.openstack.org/monasca-log-api/latest/>`_
* `Monasca-Log-Api <https://docs.openstack.org/monasca-log-api/latest/>`_
Operators
---------

View File

@ -62,6 +62,7 @@ commands =
{[testenv:bandit]commands}
{[testenv:bashate]commands}
{[testenv:checkniceness]commands}
python setup.py check --restructuredtext --strict
[testenv:flake8]
basepython = python3