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: I6d027d03f0958cf3be18fe48361aea42f1625088
This commit is contained in:
wu.shiming
2021-07-06 16:34:01 +08:00
parent 8af0629e7e
commit 5ce7658c14

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = pep8,docs
skipsdist = True
ignore_basepython_conflict = True
@ -12,7 +12,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = find
allowlist_externals = find
commands =
find . -type f -name "*.pyc" -delete
stestr run --slowest {posargs}