Enable voting on py27 tests

Turn on zuul voting for py27 in stx-nfv
Modify tox envlist to reflect check jobs
Add pylint to gate jobs

Story: 2003499
Task: 26217

Change-Id: I1c966ac571d88a4487752ae8bbcdc219e4c2b66c
Signed-off-by: Lachlan Plant <lachlan.plant@windriver.com>
This commit is contained in:
Lachlan Plant 2018-08-30 11:30:45 -05:00
parent 5539db9dcf
commit edda9455bd
2 changed files with 4 additions and 3 deletions

View File

@ -4,13 +4,14 @@
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-py27:
voting: false
- nfv-tox-pylint
- openstack-tox-py27
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- nfv-tox-pylint
- openstack-tox-py27
- job:
name: nfv-tox-pylint

View File

@ -1,5 +1,5 @@
[tox]
envlist = linters,pep8
envlist = linters,pep8,py27,pylint
minversion = 2.3
skipsdist = True