Switch to xena job template

This switched over to run the expected xena jobs. Also updates the
package metadata to reflect that py3.8 is now supported.

Change-Id: I06dc4292de1c08d554fda0340dd3dd14fd1a123b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-09-21 12:56:27 -05:00 committed by Rico Lin
parent 48f12a2f38
commit e6314cdcdc
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