Merge "Switch to xena job template"

This commit is contained in:
Zuul 2021-06-01 02:36:19 +00:00 committed by Gerrit Code Review
commit 27f9011d4c
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
- project:
templates:
- openstack-python3-ussuri-jobs
- openstack-python3-xena-jobs

View File

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

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
skipsdist = True