Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2024-01-12 14:15:23 +00:00 committed by Gerrit Code Review
commit 7abde4d37a

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18
envlist = py39,linters
envlist = py3,linters
ignore_basepython_conflict = True
[testenv]