Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2022-09-29 09:01:44 +00:00 committed by Gerrit Code Review
commit 4b60abbb68
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py39,pep8
envlist = py3,pep8
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set