From 85df211fc1e726aa22812ab1d8f8dfc20c6bf7cf Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Thu, 13 Jun 2019 11:30:34 +0800 Subject: [PATCH] Update Python 3 test runtimes for Train One of train goals to have consistent python3 jobs. https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: If72309322644ea54fbf3a07ecbaa1bcf09ff9dba --- setup.cfg | 1 + tox.ini | 2 +- zuul.d/project.yaml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index cd3cb1262..7a7188576 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = ironicclient diff --git a/tox.ini b/tox.ini index bfdb5f269..e04e47971 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py27,pep8,pypy +envlist = py3,py27,pep8,pypy skipsdist = True [testenv] diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index eb0eab5bb..eefed474c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,8 +4,7 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3