Merge "Bump default tox env from py37 to py38"

This commit is contained in:
Zuul 2020-04-26 13:06:22 +00:00 committed by Gerrit Code Review
commit f1640cde60
1 changed files with 1 additions and 1 deletions

View File

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