From cba802229b950c962dec5fd7e6e361acb838e445 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Mon, 25 Mar 2019 10:39:11 +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: I54f877dbd022c68fb7cd2832276a4baf94869c59 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 aecfe25..30ebfab 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - openstack-cover-jobs - publish-openstack-docs-pti - openstack-lower-constraints-jobs diff --git a/tox.ini b/tox.ini index f897590..2f7d100 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py35,py27,pep8 +envlist = py36,py35,py37,py27,pep8 [testenv] usedevelop = True