Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-09-29 03:19:33 +00:00 committed by Gerrit Code Review
commit 07a8a7cf0a
1 changed files with 1 additions and 1 deletions

View File

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