From 5a9b9e22f2f876d2e14604e70dfccca1c5775f59 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:46:02 -0400 Subject: [PATCH] Add Python 3 Train unit tests This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I1c658ddb1e4470dcf1f547747c9f90fdb08ad438 Story: #2005924 Task: #34225 --- setup.cfg | 4 ++-- tox.ini | 2 +- zuul.d/project.yaml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2fcaf571..9e02dd79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index c2589ee6..5823636a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pypy,pep8 +envlist = py27,py37,pypy,pep8 skipsdist = True [testenv] diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index c26849f1..1030c872 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,8 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements check: jobs: