Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2023-09-12 12:12:16 +00:00 committed by Gerrit Code Review
commit d1cc7306ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,pep8,releasenotes
envlist = py3,pep8,releasenotes
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True