Add check for rst syntax

* Remove duplicate target reference from README.rst

Change-Id: I99145dcb09f8bd4340f932aeb8b560d2a728c9aa
Story: 2002163
Task: 23058
This commit is contained in:
Witold Bedyk 2018-07-19 11:30:36 +02:00
parent 14ecd53db1
commit 27e50fefdd
2 changed files with 2 additions and 2 deletions

View File

@ -89,5 +89,4 @@ License
See LICENSE file. Code was originally forked from Datadogs
dogstatsd-python, hence the dual license.
.. _Team and repository tags: https://governance.openstack.org/tc/reference/tags/index.html
.. _StoryBoard: https://storyboard.openstack.org/#!/project/872
.. _StoryBoard: https://storyboard.openstack.org/#!/project/872

View File

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