Update to victoria jobs template

This will add a py38 job as default and remove the
py37 one.

Change-Id: Id783351392640aa76a3c8edf263fdde935f05963
This commit is contained in:
Brian Haley 2020-05-12 17:27:55 -04:00
parent 37f0d12ba6
commit 891d0f08d6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
check:

View File

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