Skip to content

Commit eb7f5e4

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: I1d22f2f0f452bc79ce79a339e6c304d5a0ac953f
1 parent 0608c05 commit eb7f5e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 3.1.1
2+
minversion = 3.18.0
33
envlist = py3,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
@@ -53,7 +53,7 @@ commands = sphinx-build --keep-going -b html doc/source doc/build/html
5353
[testenv:pdf-docs]
5454
envdir = {toxworkdir}/docs
5555
deps = {[testenv:docs]deps}
56-
whitelist_externals =
56+
allowlist_externals =
5757
make
5858
commands =
5959
sphinx-build --keep-going -b latex doc/source doc/build/pdf

0 commit comments

Comments
 (0)