diff --git a/tox.ini b/tox.ini index 45284278..5744a473 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.1.1 -skipsdist = True -envlist = py39,pep8,releasenotes +envlist = py3,pep8,releasenotes ignore_basepython_conflict = True [testenv] @@ -14,7 +13,7 @@ deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run {posargs} -whitelist_externals = +allowlist_externals = bash basepython = python3 @@ -85,7 +84,7 @@ setenv = SPHINX_APIDOC_OPTIONS=noindex,members,undoc-members,show-inheritance envdir = {toxworkdir}/docs deps = {[testenv:docs]deps} -whitelist_externals = +allowlist_externals = make rm commands =