Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-09-29 02:44:27 +00:00 committed by Gerrit Code Review
commit 1a69a2625b
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
skipsdist = True
ignore_basepython_conflict = True