Merge "Switch testing to Victoria testing runtime"

This commit is contained in:
Zuul 2020-05-15 20:17:30 +00:00 committed by Gerrit Code Review
commit 184be9509f
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]