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: Ib3e5b14aee87ab90f231c69beea95701be8093cc
This commit is contained in:
Vishakha Agarwal 2020-05-05 13:48:43 +05:30
parent 7b7ba01d5b
commit ef8c7b9c54
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python35-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
check:
jobs:

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
skipsdist = True
envlist = py36,py37,pep8,pypy
envlist = py36,py38,pep8,pypy
ignore_basepython_conflict = True
[testenv]