From f35952136308e7be564d3d47b39b0af98cf98be1 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:42:23 -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: I10050c3ff90a0b7a9a905958194c06cc8db7473a Story: #2005924 Task: #34223 --- .zuul.yaml | 3 +-- setup.cfg | 7 +++++++ tox.ini | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0f6531ea..15b68884 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,8 +4,7 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - release-notes-jobs-python3 check: jobs: diff --git a/setup.cfg b/setup.cfg index 3105584f..14716cd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,13 @@ classifier= Development Status :: 5 - Production/Stable License :: OSI Approved :: Apache Software License Topic :: System :: Monitoring + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + keywords = openstack monitoring storage description-file = README.rst home-page = https://github.com/openstack/monasca-persister diff --git a/tox.ini b/tox.ini index 5ebfbf9a..2f991c80 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,pep8 +envlist = py27,py37,pep8 minversion = 2.1 skipsdist = True