From 0831a65c0b765cd3cbf59dd51262a4a46290922a Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 9 Sep 2018 06:00:13 -0400 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: I16e5d68aa3a503fcf3ccad19572f3a451e032601 Story: #2002586 Task: #24342 --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5e93ec2..7979285 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,9 +8,23 @@ - openstack-tox-py35: required-projects: - openstack/horizon + - openstack-tox-py36: + required-projects: + - openstack/horizon + - openstack-tox-py36: + required-projects: + - openstack/horizon gate: jobs: - openstack-tox-py35: required-projects: - openstack/horizon + - openstack-tox-py36: + required-projects: + - openstack/horizon + + - openstack-tox-py36: + required-projects: + - openstack/horizon +