diff --git a/tox.ini b/tox.ini index 3e69a18..129f87e 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,9 @@ basepython = python3 usedevelop = True setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -whitelist_externals = find +allowlist_externals = + find + rm commands = find . -type f -name "*.pyc" -delete stestr run --slowest {posargs} @@ -19,9 +21,6 @@ commands = {posargs} [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = - find - rm commands = rm -rf doc/build/html doc/build/doctrees find . -type f -name "*.pyc" -delete