Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0 .

Change-Id: I0c959a96e2442869bf4a19063bcbafce5b1203da
This commit is contained in:
Takashi Kajinami 2024-10-13 21:35:57 +09:00
parent 2091fb0449
commit 0026f6c515

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.0
minversion = 3.18.0
envlist = py3,pep8
[testenv]