Add check to the flake8 job

Follow up recommendation of [1].
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html

Change-Id: I76dc4f9ec1b71a5bd4ce1d551d2c96cb98448c3a
This commit is contained in:
junboli 2018-06-08 09:09:19 +08:00
parent b0b08cc650
commit f09bb609ce
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ Babel!=2.4.0,>=2.3.4 # BSD
six>=1.10.0 # MIT
python-keystoneclient>=3.8.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
docutils==0.11

View File

@ -34,6 +34,7 @@ commands = oslo_debug_helper -t manilaclient/tests {posargs}
[testenv:pep8]
commands =
python setup.py check --restructuredtext --strict
flake8
[testenv:venv]