From acda2ce62d7aad3fefb1a269ee4f36d2521403a6 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 26 Jun 2019 10:14:48 +0800 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: I3f92f9a98c86c1366cd4bc43c48615605ad2f1b4 --- .zuul.yaml | 3 +-- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 11a883440..dc5c8d3ac 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 =