Bump min tox version to 3.18
Let's bump minimal tox version so that we can rename whitelist_externals option to allowlist_externals one. Change-Id: Id105174f05b4d98e8b2e5320fcf789abb89e8ec3
This commit is contained in:
parent
6cb143addd
commit
8e00584682
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
envlist = docs,doc8,pep8,jsonlint,jsonschema,consistency
|
||||
minversion = 3.1
|
||||
minversion = 3.18.0
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
@ -30,7 +30,7 @@ commands=
|
||||
doc8 -e .rst doc/source
|
||||
{[testenv:jsonlint]commands}
|
||||
{[testenv:jsonschema]commands}
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
sh
|
||||
bash
|
||||
|
||||
@ -114,7 +114,7 @@ commands=
|
||||
[testenv:consistency]
|
||||
commands=
|
||||
bash tools/consistency.sh {posargs}
|
||||
whitelist_externals =
|
||||
allowlist_externals =
|
||||
sh
|
||||
bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user