From edba342b13d68908d769f1a16c9c68fd2f67be6a Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Tue, 5 May 2020 13:36:38 +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: Id13ec3b58ac0d94b553890cf4ea87b0720da11f4 --- .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 980f881..3ad4f6a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ - project: templates: - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 70661c3..23901ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [files] packages = diff --git a/tox.ini b/tox.ini index 72f9c0c..b7035bb 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