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: I62d4af00f7d329f38d8f029a9a694a548f2fc8d0
This commit is contained in:
wu.shiming 2021-07-06 15:57:26 +08:00
parent 1fbbf77a0a
commit 0becff560a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py36,py37,pep8,releasenotes
minversion = 3.1.1
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
@ -53,7 +53,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
basepython = python3
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf