Add doc8 test into pep8

Change-Id: Ifcf29fb582eb886b065dc6171bf37a677dc35f7f
This commit is contained in:
gujin 2019-07-10 15:44:59 +08:00
parent a0d28608aa
commit 10cc20514f
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@ ansible>=2.4.0
bandit>=0.13.2
coverage>=3.6
discover
doc8>=0.6.0 # Apache-2.0
fixtures>=0.3.14
mock>=1.0
mypy>=0.6; python_version>'2.7'

View File

@ -47,7 +47,9 @@ whitelist_externals = {[testenv:functional]whitelist_externals}
[testenv:pep8]
basepython = python3
deps = {[testenv]deps}
commands = flake8 {posargs}
commands =
flake8 {posargs}
doc8 doc/source
[testenv:mypy]
basepython = python3