From dc792e968b72aa3bbe3e08fdb7f3fa2ad4fdffd9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 20 Aug 2018 13:08:00 -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: I211dcd8edd8fab1a2303f75e990273f830e1dfc2 Story: #2002586 Task: #24757 --- .zuul.d/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 068d2695..2828d52b 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -2,6 +2,7 @@ templates: - build-openstack-sphinx-docs - openstack-python35-jobs + - openstack-python36-jobs check: jobs: - openstack-tox-py27