Fix outdated tox minversion

The allowlist_externals option is supported since 3.18.0 .

Change-Id: If89602762cae23a5d15bb98d3ee00d7b8dcc25e0
This commit is contained in:
Takashi Kajinami 2024-10-13 21:38:18 +09:00
parent f61ac20ed1
commit 4ce52b578e

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.0
minversion = 3.18.0
envlist = py3,pep8
skipsdist = false
skip_missing_interpreters = true