Drop py27 env

... because Python 2 is no longer supported. Also fix min version
because the current min does not support allowlist_externals.

Change-Id: Ica4a2e888a12d3030026c2f11a08b85bc9928cba
This commit is contained in:
Takashi Kajinami 2024-09-23 22:13:00 +09:00
parent d51a0c6e0d
commit b957c09d71

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py39,pep8,releasenotes
minversion = 3.18.0
envlist = py39,pep8,releasenotes
skipsdist = False
[testenv]