From 4229765d71f83bfa6adf574976e237779393c671 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:57:19 -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 Depends-On: https://review.opendev.org/669542 Change-Id: I7add04a3f3d02c5e771088986920b6743234dfee 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 0cea814..3095158 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,6 +2,5 @@ templates: - openstack-lower-constraints-jobs - 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 e966ef9..c91f589 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,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 Intended Audience :: Developers License :: OSI Approved :: Apache Software License Topic :: Software Development :: Libraries diff --git a/tox.ini b/tox.ini index 93659d9..62643da 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pypy,pep8 +envlist = py27,py37,pypy,pep8 minversion = 2.0 skipsdist = True