From 891d0f08d6ae776e02d6c500e1a411c389be40f7 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 12 May 2020 17:27:55 -0400 Subject: [PATCH] Update to victoria jobs template This will add a py38 job as default and remove the py37 one. Change-Id: Id783351392640aa76a3c8edf263fdde935f05963 --- .zuul.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2d512738e..1363723b4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: diff --git a/tox.ini b/tox.ini index 1ce5d02c8..5878183bd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = py37,pep8 +envlist = py38,pep8 skipsdist = True ignore_basepython_conflict = True