From 8f7e4e9c1ee3dd509a53365f19c6081ce6101a4e Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Mon, 25 Mar 2019 10:57:20 +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 Change-Id: I3cd3a851efbfbe481482130d024723e10ab1395c Story: #2004073 Signed-off-by: Sahid Orentino Ferdjaoui --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d1003fd..750a020 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3 diff --git a/tox.ini b/tox.ini index 2c89758..c2954bd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py35,py37,py27,pep8 skipsdist = True [testenv]