Switch testing to Xena testing runtime

Upating the tetsing template to Xena testing runtime:
https://governance.openstack.org/tc/reference/runtimes/xena.html

Change-Id: Iea244adb47907b688e52afbdfa301c4cfa602a5b
This commit is contained in:
Martin Kopec 2021-04-29 14:54:16 +00:00
parent de912aef55
commit e894b6620a
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- project: - project:
templates: templates:
- openstack-python3-ussuri-jobs - openstack-python3-xena-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files] [files]
packages = packages =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.18.0 minversion = 3.18.0
envlist = py36,py37,pep8 envlist = py36,py38,pep8
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True