Use python 3.8 for tox

Change-Id: I2fd374514fd6bf3be02191b7a23b50b6dec93e08
This commit is contained in:
Matthias Runge 2021-03-04 22:33:34 +01:00
parent 418d17c34b
commit d587a9e56c
1 changed files with 1 additions and 1 deletions

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]