ha/.zuul.yaml
Al Bailey a6ab2ba896 Turn on pep8 voting
The purpose of this commit is to:
 - make this pep8 zuul job voting
 - convert from pep8 to flake8
 - add the bugbear plugin
 - suppress any tests that are currently failing
 - prevent fixed errors from being re-introduced

Further tasks will be required to un-suppress the
failing tests and make them pass

Story: 2002803
Task: 26833
Change-Id: I0421ebb3ce486c066f968052c38b733b3a145114
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-10-01 13:49:04 -05:00

17 lines
376 B
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters