Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-10-06 15:23:14 +00:00 committed by Gerrit Code Review
commit 715d60bfac
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.18.0
envlist = py36,py38,pypy,pep8
envlist = py3,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True