From df3b8372f21141745e898d92907df21ea98144f0 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 26 Feb 2019 15:47:59 +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: If7fc1428d98a96d73d90ca261c12c67836329341 --- .zuul.yaml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 59e6bde..4c13686 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,6 +7,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 29807e8..e564040 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8,docs +envlist = py35,py37,py27,pep8,docs [testenv] install_command = pip install {opts} {packages}