zuul/playbooks/python-linters.yaml
Paul Belanger b52fd51ecd Create python-linters job
Here we are creating out first in-repo job configuration for zuulv3.
One of the more simpler jobs we can define is the tox -epep8 job.

Change-Id: I4ecacf1b9ca664a98f06f5b998f19410fa7ea11d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-02-26 14:07:43 -05:00

8 lines
139 B
YAML

- hosts: all
tasks:
- name: Run a tox -e pep8.
include_role:
name: run-tox
vars:
run_tox_eventlist: pep8