Merge "Use py3 as the default runtime for tox"

This commit is contained in:
Zuul 2020-12-11 17:03:25 +00:00 committed by Gerrit Code Review
commit dc25609886

View File

@ -2,7 +2,7 @@
minversion = 3.1.0
# Needed to create ChangeLog for docs building
skipsdist = False
envlist = py38,pep8
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]