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: I1db5597ab78d19b7dac5de895745079ea1094666
This commit is contained in:
wu.shiming 2021-06-10 09:37:46 +08:00
parent 7c19d7528f
commit 362c6c5209
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
envlist = py36,py38,docs,pep8
skipsdist = True
ignore_basepython_conflict = True
@ -42,7 +42,7 @@ commands =
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals = make
allowlist_externals = make
commands =
sphinx-build -b latex doc/source doc/build/pdf
make -C doc/build/pdf