Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0

Change-Id: I9e38bc1910181ed2da53785367b8cd2661c89aaf
This commit is contained in:
Takashi Kajinami 2024-10-13 21:33:34 +09:00
parent fb46b21a92
commit d360b3068d

View File

@ -1,6 +1,6 @@
[tox]
envlist = py3,pep8,pylint
minversion = 3.1.1
minversion = 3.18.0
[testenv]
setenv = VIRTUAL_ENV={envdir}