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: I0cf1a50e43a18984d4f299a551c5bbef483d82ec
This commit is contained in:
wu.shiming 2021-05-31 09:42:29 +08:00 committed by wushiming
parent 70114c829e
commit d087c358a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
[tox]
minversion = 3.1.0
minversion = 3.18.0
skipsdist = True
envlist = py36,py38,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
whitelist_externals = rm
allowlist_externals = rm
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
@ -59,7 +59,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
# something is too large, likely from pulling in one of the conf sample files
# [testenv:pdf-docs]
# envdir = {toxworkdir}/docs
# whitelist_externals =
# allowlist_externals =
# make
# commands =
# sphinx-build -W --keep-going -b latex doc/source doc/build/pdf