zaqar-ui/.zuul.yaml
Shu Muto 38f3ab72b8 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: I38f155de2188012348f770562c2b24c593183294
2018-07-25 15:37:00 +09:00

36 lines
992 B
YAML

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