Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-09-09 14:41:28 +00:00 committed by Gerrit Code Review
commit e65b07269b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py36,py38,pypy,pep8
envlist = py3,pypy,pep8
# Need to set to False to have CHANGES generated
skipsdist = false
ignore_basepython_conflict = True