Skip to content

Commit

Permalink
Switch testing to Victoria testing runtime
Browse files Browse the repository at this point in the history
Upating the testing template from ussuri to victoria
testing runtime
- https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ib3e5b14aee87ab90f231c69beea95701be8093cc
  • Loading branch information
agarwalvishakha18 committed May 5, 2020
1 parent 7b7ba01 commit ef8c7b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit ef8c7b9

Please sign in to comment.