Change minversion of tox to 3.18.0

The patch bumps min version of tox to 3.18.0 in order to
replace whitelist_externals with allowlist_externals option.
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Change-Id: I8799f81b3bb6c305e14d589066bb8127b7f556fa
This commit is contained in:
Takashi Natsume 2021-05-18 23:18:58 +09:00 committed by Pierre Riteau
parent 46ac7b8c7d
commit 5876f70d95
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py38,pep8
minversion = 3.1.1
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True
@ -34,7 +34,7 @@ commands =
coverage html --omit '.tox/cover/*' -d 'cover/htmlcov'
[testenv:eslint]
whitelist_externals = npm
allowlist_externals = npm
commands =
npm install
npm run postinstall
@ -48,7 +48,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf