Bump min tox version to 3.18.0

Let's bump minimal tox version so that we can rename
whitelist_externals option to allowlist_externals one.

https: //tox.wiki/en/latest/changelog.html#v3-18-0-2020-07-23
Change-Id: Iad7bc6c16508a509d0da711901a0a7212263577e
This commit is contained in:
Martin Kopec 2021-10-07 09:00:42 +00:00
parent 9ffadd7ee6
commit 8950982d04

View File

@ -1,5 +1,5 @@
[tox] [tox]
minversion = 1.6 minversion = 3.18.0
skipsdist = True skipsdist = True
envlist = bashate envlist = bashate
@ -8,7 +8,7 @@ usedevelop = False
[testenv:bashate] [testenv:bashate]
deps = bashate deps = bashate
whitelist_externals = bash allowlist_externals = bash
commands = bash -c "find {toxinidir} \ commands = bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \ -not \( -type d -name .?\* -prune \) \
-not \( -type d -name doc -prune \) \ -not \( -type d -name doc -prune \) \