Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0 .

Change-Id: Ide9872a6286034035b02fa2eb472cff8837cbef3
This commit is contained in:
Takashi Kajinami 2024-10-13 21:36:16 +09:00
parent a38a01cefa
commit 0f5179e170

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.18.0
envlist = py36,py3,pep8
ignore_basepython_conflict = true