diff --git a/tox.ini b/tox.ini index f3c21eb..8124ba7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 3.18.0 envlist = py36,py38,pep8 skipsdist = True ignore_basepython_conflict = True @@ -38,7 +38,7 @@ commands = sphinx-build -W --keep-going -b html doc/source doc/build/html [testenv:pdf-docs] envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make commands = sphinx-build -W --keep-going -b latex doc/source doc/build/pdf