From 0d2e620fbbbb22c7cf4eec6383b9cd354bbf6a41 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Thu, 14 Feb 2019 22:29:56 -0500 Subject: add python 3.7 unit test job This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ib304b1240cefacf28e29064318db495aa6b8ec25 Story: #2004073 Task: #27403 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index a4e56d2..245087d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -17,6 +17,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti check: -- cgit v1.2.1