Add python35 charm jobs template for new python3-only charms

Add a template for python35 only charm jobs.

Change-Id: Iaf66c8a41cf5f14c4b665e9bd6c3cf39d82c29b2
Needed-By: Ie9e83598b29f64527ad2b947955ca430e496ab16
This commit is contained in:
Alex Kavanagh 2017-11-28 14:58:53 +00:00
parent 7e1bed2c21
commit 26a5db4ed4

View File

@ -661,6 +661,22 @@
- openstack-tox-pep8
- openstack-tox-build
- project-template:
name: python35-charm-jobs
description: |
Run tox-pep8 and tox-py35 check and gate jobs, plus publish.
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py35
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py35
post:
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: nodejs4-jobs
description: |