7ff7e09392
Using config/sysinv/sysinv/sysinv as example of setup for pep8/flake8. Fix reported errors for config.py. Story: 2010816 Task: 48450 Change-Id: Ia0e511fd827b5d697a6b41b7064d13ab64efb779 Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
31 lines
542 B
YAML
31 lines
542 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- noop-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-pylint
|
|
- tox-unittests
|
|
- tox-flake8
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-pylint
|
|
- tox-unittests
|
|
- tox-flake8
|
|
|
|
- job:
|
|
name: tox-unittests
|
|
parent: tox
|
|
description: Run unit tests
|
|
vars:
|
|
tox_envlist: unittests
|
|
|
|
- job:
|
|
name: tox-flake8
|
|
parent: tox
|
|
description: Run pep8/flake8
|
|
vars:
|
|
tox_envlist: flake8
|