adding tox-pep8 as zuul gate

enable test for pep8 code check and enable vote zuul for pep8 code check.
This will gate code check to make sure code quality.

in currently codebase
with change
https://review.openstack.org/#/c/595484/
and
https://review.openstack.org/#/c/595451/
The pep8 check is clean.

Change-Id: Iadd3fa8ebcd7da194d4402b6def7ab9d70d86919
Story: 2003428
Task: 24815
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2018-08-23 13:38:51 +08:00 committed by Austin Sun
parent bafe59d6c5
commit ccc2cd10ed
1 changed files with 6 additions and 2 deletions

View File

@ -2,5 +2,9 @@
- project:
check:
jobs:
- openstack-tox-pep8:
voting: false
- openstack-tox-pep8
gate:
jobs:
- openstack-tox-pep8