Merge "Add a shared openstack-tox-pylint job"

This commit is contained in:
Zuul 2017-10-09 21:34:56 +00:00 committed by Gerrit Code Review
commit 81ea69d01e

View File

@ -310,6 +310,20 @@
vars:
tox_envlist: validate
- job:
name: openstack-tox-pylint
parent: openstack-tox
description: |
Runs pylint tests.
Uses tox with the ``pylint`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: pylint
- job:
name: openstack-tox-compare-cover
parent: openstack-tox