zun-ui/.zuul.yaml
Shu Muto 605f7b5d36 Prepare to support python3.6
This patch prepares python3.6 support.

We should add py36-local into tox.ini and support for python3.6
into setup.cfg when we decide to support python3.6 formally.

Change-Id: Ief38d75d7ccea880a7424f18a607bb4c8032568c
2018-07-20 12:49:12 +09:00

36 lines
992 B
YAML

- project:
check:
jobs:
- openstack-tox-py36:
voting: false
- nodejs-npm-run-lint:
vars:
node_version: 4
required-projects:
openstack/horizon
- nodejs-npm-run-test:
vars:
node_version: 4
required-projects:
openstack/horizon
- horizon-openstack-tox-python3-django111
- openstack-tox-lower-constraints:
required-projects:
openstack/horizon
gate:
jobs:
- nodejs-npm-run-lint:
vars:
node_version: 4
required-projects:
openstack/horizon
- nodejs-npm-run-test:
vars:
node_version: 4
required-projects:
openstack/horizon
- horizon-openstack-tox-python3-django111
- openstack-tox-lower-constraints:
required-projects:
openstack/horizon