diff options
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
