From 9a30e5dc37b471340f4b71f8122b7d0f366ad68e Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 26 Feb 2019 15:53:36 +0000 Subject: [PATCH] add python 3.7 unit test job See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Story: #2004073 Co-authored-by: Corey Bryant Signed-off-by: Sahid Orentino Ferdjaoui Change-Id: Ibc7749261119752c4e3a4854c7ce5be52a3b5d26 --- .zuul.yaml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 94e5c35e2..f3bcfa410 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/tox.ini b/tox.ini index 636733590..60cd8d6d8 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = pep8, py27, py35, + py37, pylint, update-states