Changed minversion in tox to 3.18.0

The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I307609e8b4eed82bbaff181b5757a2819e1f240d
This commit is contained in:
YuehuiLei 2021-06-04 16:55:24 +08:00
parent bf93facef3
commit ce3090999b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.18.0
skipsdist = True
envlist = releasenotes
ignore_basepython_conflict = True