Merge "Switch testing to Victoria testing runtime"

This commit is contained in:
Zuul
2020-05-11 02:04:23 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 2 deletions

View File

@@ -610,7 +610,7 @@
- check-requirements
- integrated-gate-py3
- openstack-cover-jobs
- openstack-python3-ussuri-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

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,5 +1,5 @@
[tox]
envlist = pep8,py36,py37,bashate,pip-check-reqs
envlist = pep8,py36,py38,bashate,pip-check-reqs
minversion = 3.1.1
skipsdist = True
ignore_basepython_conflict = True