From e03e958133bca8338ae91329ae16c97c7add388a Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Tue, 5 May 2020 13:53:49 +0530 Subject: [PATCH] Switch testing to Victoria testing runtime Upating the testing template from ussuri to victoria testing runtime - https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: Id39b69578adbddcec1d661f8d79580ce28ef72a5 --- .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 9448516..4eba26a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,4 +3,4 @@ - check-requirements - publish-openstack-docs-pti - openstack-python35-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs diff --git a/setup.cfg b/setup.cfg index 61a6ec4..788c22e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3.5 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 2a9df8c..b23a43a 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 skipsdist = True ignore_basepython_conflict = True