Merge "Allow to check pep8 along with D000"

This commit is contained in:
Zuul 2018-05-27 11:05:27 +00:00 committed by Gerrit Code Review
commit 4e65227c43
2 changed files with 2 additions and 1 deletions

View File

@ -15,3 +15,4 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
PyYAML>=3.12 # MIT
mock>=2.0.0 # BSD
Pygments>=2.2.0 # BSD license

View File

@ -15,7 +15,7 @@ commands = python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
doc8 doc/source releasenotes/source README.rst CONTRIBUTING.rst MISSION.rst HACKING.rst --ignore D000
doc8 doc/source releasenotes/source README.rst CONTRIBUTING.rst MISSION.rst HACKING.rst
[testenv:venv]
commands = {posargs}