Switch testing to Victoria testing runtime

Upating the tetsing template from ussuri to victoria
testing runtime
- https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: I03f331e55af3ea880c2f6c868511caf6384cf0a8
This commit is contained in:
Ghanshyam Mann 2020-05-04 14:25:23 -05:00
parent eabcb94756
commit fb2c287268
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- project:
templates:
- check-requirements
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py36,py37,pypy,pep8
envlist = py36,py38,pypy,pep8
# Need to set to False to have CHANGES generated
skipsdist = false
ignore_basepython_conflict = True