Fix outdated envlist

Python 3.7 support was already removed. Replace it by unversioned one
so that we don't have to update it when supported python versions are
changed.

Change-Id: I8d17d646e91e76d657419d7bd927ff9a6ec9e132
This commit is contained in:
Takashi Kajinami
2025-01-13 13:55:16 +09:00
parent 73fff9cf92
commit cbe82a54f8

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py37,py39,pep8
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]