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: Icba1345ce6ab9819ad5683c3227573fb961c7f0d
This commit is contained in:
parent
fe22d67515
commit
3c66b09cd3
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.2.0
|
minversion = 3.18.0
|
||||||
envlist = pep8,py37,py36
|
envlist = pep8,py37,py36
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ commands =
|
|||||||
sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html
|
sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
whitelist_externals = make
|
allowlist_externals = make
|
||||||
description =
|
description =
|
||||||
Build PDF documentation.
|
Build PDF documentation.
|
||||||
envdir = {toxworkdir}/docs
|
envdir = {toxworkdir}/docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user