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: Ie64fd6917393c2919112716bbe5b65510553ec25
This commit is contained in:
likui 2021-06-11 15:17:59 +08:00
parent 89578a87d7
commit 5feed85348
1 changed files with 2 additions and 2 deletions

View File

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