Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2022-09-19 07:53:20 +00:00 committed by Gerrit Code Review
commit 02348b98c5
1 changed files with 1 additions and 1 deletions

View File

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