diff --git a/tox.ini b/tox.ini index 52f440dbf..7c8ba3228 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 3.9.0 +minversion = 3.18.0 envlist = py3,pep8 skipsdist = True ignore_basepython_conflict=true @@ -69,7 +69,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html [testenv:pdf-docs] -whitelist_externals = make +allowlist_externals = make deps = {[testenv:docs]deps} commands = sphinx-build -W -b latex doc/source doc/build/pdf