Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul
2021-06-15 10:59:39 +00:00
committed by Gerrit Code Review

View File

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