From 832e43689179bd355679f64fbbfe3b4c9ab5d2bf Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:54:26 -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: Ib55d9c890de62bdfe269390c5533144e46e92703 Story: #2005924 Task: #34233 --- .zuul.yaml | 3 +-- setup.cfg | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6d9f3d3e9..fb0cb070d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -396,8 +396,7 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - openstacksdk-functional-tips - openstacksdk-tox-tips - os-client-config-tox-tips diff --git a/setup.cfg b/setup.cfg index 45a1c03e6..532962a52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +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 11246b824..aab8ea678 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1 -envlist = pep8,py37,py36,py35,py27 +envlist = pep8,py27,py37 skipsdist = True ignore_basepython_conflict = True