From 9a30e5dc37b471340f4b71f8122b7d0f366ad68e Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 26 Feb 2019 15:53:36 +0000 Subject: 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6367335..60cd8d6 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = pep8, py27, py35, + py37, pylint, update-states -- cgit v1.2.1