diff --git a/tox.ini b/tox.ini index 029e4c02..d8e929f4 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ commands = [testenv:quality] setenv = PYTHONPATH = {toxinidir} -whitelist_externals = +allowlist_externals = make commands = make quality @@ -26,7 +26,7 @@ commands = changedir = docs deps = -r{toxinidir}/requirements/docs.txt -whitelist_externals = +allowlist_externals = make commands = make html