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: I9c7bff59c195480ce6bd11dfdab7601bbdcba9e2
This commit is contained in:
wu.shiming 2021-07-06 16:00:29 +08:00
parent 2fe17330d6
commit 606c88b5fb

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.1
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = true
@ -60,7 +60,7 @@ commands =
sphinx-build -a -E -W -b html doc/source doc/build/html
[testenv:pdf-docs]
whitelist_externals = make
allowlist_externals = make
deps = {[testenv:docs]deps}
commands =
sphinx-build -W -b latex doc/source doc/build/pdf