commit | 15d8f26965f13bcce3aca30938cb1d5a21c294c5 | [log] [tgz] |
---|---|---|
author | Vishakha Agarwal <agarwalvishakha18@gmail.com> | Tue May 05 13:23:05 2020 +0530 |
committer | Vishakha Agarwal <agarwalvishakha18@gmail.com> | Tue May 05 13:23:05 2020 +0530 |
tree | d5f41516c2aaadf467d8577bc534363c60c59a95 | |
parent | 9edfd1398f1fb5a5cf2371fdff4ab4b0f4e1b9ee [diff] [blame] |
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: Ifd65c0359509a4b59f3e876c42cef7cbf6f9ef93
diff --git a/tox.ini b/tox.ini index c598d9e..bb5f0d7 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = pep8,py36,py37 +envlist = pep8,py36,py38 skipsdist = True ignore_basepython_conflict = True