From f74f393218c35f5d16dbeed25e942338c7479d6c Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:57:20 -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: Iec17f01beed324e1481391204533eeafaf6253e3 Story: #2005924 Task: #34235 --- .zuul.yaml | 3 +-- setup.cfg | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 41e12f8..02f577e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,5 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 01cab13..d789975 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [global] setup-hooks = diff --git a/tox.ini b/tox.ini index 84ffc2c..1fe64ab 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,pypy,pep8 +envlist = py27,py37,pypy,pep8 minversion = 2.0 skipsdist = True