Fix wrong tox min version

The allowlist_externals option was added in 3.18.0[1], so the current
tox.ini file does not work with 3.1.0.

[1] https://tox.wiki/en/3.18.0/changelog.html#v3-18-0-2020-07-23

Change-Id: I6ada62543ea4ef1c63c6e70fcd2c7cf5d1455376
This commit is contained in:
Takashi Kajinami 2024-01-28 03:28:02 +09:00
parent 8312bb23d4
commit d17e5ef154

View File

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