From 19a4ab5e5a640f0e17a65e07df6576771bbf5cf9 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Mon, 11 Mar 2019 14:24:00 +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: I92affa334ae90246be430677ee6d0d246a60dfb7 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 d3ca8e57..d8557b3e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - release-notes-jobs-python3 gate: queue: os-win diff --git a/tox.ini b/tox.ini index f0012313..765c4608 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]