diff --git a/tox.ini b/tox.ini index 1b89a965f1..0332fb9f76 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ # then run "tox" from this directory. [tox] +minversion = 3.18 skipsdist = true envlist = py3 @@ -40,7 +41,7 @@ commands = flake8 . [testenv:docs] basepython = python3 usedevelop = false -whitelist_externals = +allowlist_externals = make deps = Sphinx