Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul
2020-12-11 15:59:18 +00:00
committed by Gerrit Code Review

View File

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