Merge "bump py37 to py38 in tox.ini"

This commit is contained in:
Zuul 2020-10-01 13:14:02 +00:00 committed by Gerrit Code Review
commit 7046562919
1 changed files with 1 additions and 1 deletions

View File

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