Merge "Add the restructuredtext check to the flake8 job"

This commit is contained in:
Zuul
2018-06-13 09:27:44 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,9 @@ commands = {posargs}
[testenv:pep8] [testenv:pep8]
basepython = python3 basepython = python3
commands = flake8 {posargs} commands =
python setup.py check --restructuredtext --strict
flake8 {posargs}
[testenv:venv] [testenv:venv]
basepython = python3 basepython = python3