summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-12-13 21:03:32 -0600
committerGhanshyam Mann <gmann@ghanshyammann.com>2021-12-13 21:03:32 -0600
commit8bc3f816a358b2e8f4781f66b7bc3c800623009d (patch)
treebfdaaf4d6b9e781d49c9efd7a4ffc2eb75499f9c /tox.ini
parent8c644ed1ba12a05f163f6a4079b763876ccf1541 (diff)
downloadglance_store-8bc3f816a358b2e8f4781f66b7bc3c800623009d.tar.gz
Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I2241143bb4936d7258f156b8e9d760607ed61d0e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6a3130b..92db6ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
-envlist = py38,py36,pep8
+envlist = py39,py36,pep8
skipsdist = True
ignore_basepython_conflict = True