From 2488c1e1cee151a3a65c60f371f0bea2f15d4bca Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 5 Jul 2019 11:56:47 -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: Ia547c6f2e27c12ef58eb955286b5f2ab5359c2e2 Story: #2005924 Task: #34234 --- .zuul.d/project.yaml | 3 +-- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 7814bba4..18e50567 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -5,8 +5,7 @@ - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index d06977f4..5ade52c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = 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 7e6ba9f5..18e8bdf0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 distribute = False -envlist = py36,py27,pep8 +envlist = py27,py37,pep8 [testenv] install_command = pip install {opts} {packages}