diff --git a/tox.ini b/tox.ini index 51cb61825..8411da26c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 -skipsdist = True envlist = pep8,py +ignore_base_python_conflict = True [testenv] basepython = python3 @@ -12,6 +12,9 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs} +allowlist_externals = + bash + ./run-flake8 [testenv:venv] commands = {posargs}