Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul
2021-08-18 21:59:58 +00:00
committed by Gerrit Code Review

View File

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