From 563dab994c1849542a1aca9b8a4dce0d2aaf102a Mon Sep 17 00:00:00 2001 From: Kaifeng Wang Date: Thu, 13 Jun 2019 14:18:33 +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: Id4575d1c06dc2e638d40a3364fa30c47edfe1cf9 --- setup.cfg | 4 +++- tox.ini | 2 +- zuul.d/project.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index fd4a5a4c5..173bc34b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,9 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index 54aa14e38..a41bd616b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py27,docs,pep8 +envlist = py3,py27,docs,pep8 skipsdist = True [testenv] diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 83ffcd548..b696c6dee 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,7 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3