From d3680e477d5341356cff2dde29e30738aeabf796 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 19 Feb 2019 16:45:05 +0800 Subject: [PATCH] Update python 3 unit test job This is a mechanically generated patch to update a unit test job running under Python 3 See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ib8498d9a06c511cc1bce3d4ab5db520b992d8cd7 Story: #2004073 Task: #27445 --- .zuul.yaml | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f83e6d4..516dcef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,4 +3,4 @@ - check-requirements - publish-openstack-docs-pti - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs diff --git a/setup.cfg b/setup.cfg index 2ca279c..2e4a82e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [entry_points] console_scripts = diff --git a/tox.ini b/tox.ini index 1506eaa..6a57f84 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py27,pypy,pep8 +envlist = py27,py36,py37,pypy,pep8 skipsdist = True [testenv]