Switch testing to Victoria testing runtime

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

Change-Id: Id13ec3b58ac0d94b553890cf4ea87b0720da11f4
This commit is contained in:
Vishakha Agarwal 2020-05-05 13:36:38 +05:30
parent 7c8d628c6e
commit edba342b13
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti

View File

@ -19,6 +19,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,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py36,py37,pypy,pep8
envlist = py36,py38,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True