Merge "Use python 3.8 for tox"

This commit is contained in:
Zuul 2021-04-07 05:59:01 +00:00 committed by Gerrit Code Review
commit dcb97668bf

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
skipsdist = True
envlist = py{37}{,-mysql,-postgresql},functional,pep8
envlist = py{38}{,-mysql,-postgresql},functional,pep8
ignore_basepython_conflict = True
[testenv]