From 1f8d8d5331c5e93fdcabea3ff7c37d4d8d386df0 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 12:07:52 -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: Ibee96b65bfbc3b7f6e1f0d39a5d38bd5f67e4aef Story: #2005924 Task: #34253 --- .zuul.yaml | 2 +- setup.cfg | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 15f24f6..5a196ca 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements gate: queue: tripleo diff --git a/setup.cfg b/setup.cfg index 307876e..80a48aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,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 [files] packages = diff --git a/tox.ini b/tox.ini index 8916669..e4c929f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py27,pep8 +envlist = py27,py37,pep8 skipsdist = True [testenv]