Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0 .

Change-Id: I6efafb1e0baf6a4d921d45c0d4fc6202cedb2df0
This commit is contained in:
Takashi Kajinami 2024-10-13 21:39:28 +09:00
parent 56c7ccd3ca
commit 8a6eef5c87

View File

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