Skip to content

Commit 01ff88b

Browse files
author
wu.shiming
committed
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: I1cb8eadf6b649329e8faf5e63a32b2b017b01ebf
1 parent 4d257be commit 01ff88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 2.0
2+
minversion = 3.18.0
33
envlist = py36,py38,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
@@ -38,7 +38,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
3838
[testenv:pdf-docs]
3939
envdir = {toxworkdir}/docs
4040
deps = {[testenv:docs]deps}
41-
whitelist_externals =
41+
allowlist_externals =
4242
make
4343
commands =
4444
sphinx-build -W --keep-going -b latex doc/source doc/build/pdf

0 commit comments

Comments
 (0)