Drop py37 from tox

For Wallaby cycle, python runtimes are python 3.6 and python 3.8,
see https://governance.openstack.org/tc/reference/runtimes/wallaby.html

Change-Id: I70d33a60373ed29af4dee23ec3ee6a7969194cbf
This commit is contained in:
Matthias Runge 2020-10-13 16:46:15 +02:00
parent 2f093abf16
commit 75eaf77099
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.0
skipsdist = True
envlist = py{36,37,38},pep8
envlist = py{36,38},pep8
ignore_basepython_conflict=true
[testenv]