From fdca8f89cd669eb4da50e8acd27825b15e0ac431 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Sat, 18 Aug 2018 14:56:54 +0900 Subject: [PATCH] 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: Ic6c6b2f7fee6ed8195852866538c7fccc7cc48ee Story: #2002586 Task: #24311 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 37ba739ba..2afc2de5f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -84,6 +84,7 @@ templates: - openstack-python-jobs - openstack-python35-jobs + - openstack-python36-jobs - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3 @@ -98,6 +99,9 @@ - openstack-tox-py35: required-projects: - openstack/mistral-lib + - openstack-tox-py36: + required-projects: + - openstack/mistral-lib - openstack-tox-py27: required-projects: - openstack/mistral-lib