Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2021-07-01 09:45:56 +00:00 committed by Gerrit Code Review
commit 5df1a5c653

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py38,pep8
envlist = py3,pep8
skipsdist = True
[testenv]