From 183eb08c6b2c978dbd6b4fff77f13d017a7f8c7d Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 24 Jun 2019 10:25:46 -0400 Subject: 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: I1ba956644bdf7c10bd2b6780e556df4c70bceeab Story: #2005924 Task: #34209 --- .zuul.yaml | 4 +--- setup.cfg | 3 +++ tox.ini | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d86aa01..7db58cb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,8 +3,6 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - publish-to-pypi diff --git a/setup.cfg b/setup.cfg index 64195d8..064dba6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,9 @@ classifier = 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 [files] packages = diff --git a/tox.ini b/tox.ini index aa31c5b..7841f1d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py27,pep8 +envlist = py27,py37,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} -- cgit v1.2.1