From 7b62f9363a00ed4b12badf8113b829801ff4d870 Mon Sep 17 00:00:00 2001 From: songbaisen Date: Fri, 28 Jun 2019 14:53:42 +0800 Subject: [PATCH] Add the penstack-python3-train-jobs template [1]https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html [2]https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I535a62712b915cfc6a1e759301ea0fa28ffb9389 Signed-off-by: song baisen Co-Authored-By: tangzhuo , zhiyuan_cai --- .zuul.yaml | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e6d6f833..d1237b77 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -40,7 +40,7 @@ templates: - openstack-python-jobs-neutron - openstack-python36-jobs-neutron - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index 4c756aa7..363d649b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,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 c4401e35..ffcb4889 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py27,pypy,pep8 +envlist = py36,py37,py27,pypy,pep8 skipsdist = True [testenv]