election/.zuul.d/project.yaml
Doug Hellmann dc792e968b add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I211dcd8edd8fab1a2303f75e990273f830e1dfc2
Story: #2002586
Task: #24757
2018-08-21 18:18:59 +00:00

19 lines
406 B
YAML

- project:
templates:
- build-openstack-sphinx-docs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- openstack-tox-py27
- openstack-tox-linters
- election-tox-ci-checks
gate:
jobs:
- openstack-tox-py27
- openstack-tox-linters
- election-tox-ci-checks
post:
jobs:
- publish-static