Skip to content

Commit

Permalink
Change minversion of tox to 3.18.0
Browse files Browse the repository at this point in the history
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: I663c05734cfc86a3c2bbc068c3990bab037bbe22
  • Loading branch information
takanattie committed Jun 24, 2022
1 parent 71c89f0 commit 9601b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
minversion = 3.2
minversion = 3.18.0
envlist = py37,py39,pep8
ignore_basepython_conflict = True

Expand Down Expand Up @@ -39,7 +39,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
basepython = python3
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf
Expand Down

0 comments on commit 9601b89

Please sign in to comment.