From fb2c2872681861acb89b608fdbe17e35a10921bf Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 4 May 2020 14:25:23 -0500 Subject: [PATCH] Switch testing to Victoria testing runtime Upating the tetsing template from ussuri to victoria testing runtime - https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I03f331e55af3ea880c2f6c868511caf6384cf0a8 --- .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 61b7b3a..1c857de 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,6 @@ - project: templates: - check-requirements - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index cd2a81d..f98d941 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/tox.ini b/tox.ini index aca6e4b..45a902f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py37,pypy,pep8 +envlist = py36,py38,pypy,pep8 # Need to set to False to have CHANGES generated skipsdist = false ignore_basepython_conflict = True