integ/.zuul.yaml
Al Bailey 0844ed02bb Turn on pep8 as a voting job for stx-integ
- Convert from pep8 to flake8.
- Add in hacking and bugbear plugins to flake8
- Suppress any flake8 errors that fail.

Future tasks will be created to cleanup and
fix the suppressed error codes.

Story: 2002803
Task: 26884
Change-Id: I8bf0978f27be1cc1108d21a002e650c5072b4c67
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-10-03 15:50:42 -05:00

15 lines
308 B
YAML

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