From d457ccb052d5eecc38ba3c0bf2f1bee5afe9544f Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:42:17 -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: I48bedc1b811f8e2ba49ce3b99dfa8d51a37e5354 Story: #2005924 Task: #34223 --- .zuul.yaml | 4 +--- setup.cfg | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d8ec2849..74c71fa5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs check: jobs: - build-monasca-docker-image diff --git a/setup.cfg b/setup.cfg index ff370536..73b2425c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,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 43e64de9..7d6523c3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,pep8,cover +envlist = py27,py37,pep8,cover minversion = 2.5 skipsdist = True