From 31b32cd94fa105d6375982597601c001f52dbf93 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 12 Jul 2019 16:27:36 -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: Iab16bd42095328b155ece700b9aae87bf7577022 Story: #2005924 Task: #34253 --- setup.cfg | 1 + tox.ini | 2 +- zuul.d/layout.yaml | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 58a826098..675b81d37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = 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 b47cecdf9..92b2a404c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.8 -envlist = pep8,py35,py36,py27,molecule +envlist = pep8,py27,py37,molecule skipsdist = True [testenv] diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 2a8eae1ce..a2c1d07f6 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -2,8 +2,7 @@ templates: - tripleo-multinode-container-minimal - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - openstack-tox-molecule - check-requirements - publish-openstack-docs-pti