diff --git a/tox.ini b/tox.ini index 2ad7652150..65665f9cf3 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,6 @@ commands = bindep test # --ignore-missing-imports tells mypy to not try to follow imported modules # out of the current tree. As you might expect, we don't want to run static # type checking on the world - just on ourselves. -commands_pre = commands = flake8 {posargs} mypy --ignore-missing-imports zuul @@ -71,7 +70,6 @@ commands = [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt -r{toxinidir}/test-requirements.txt -commands_pre = commands = sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html @@ -79,7 +77,6 @@ commands = commands = {posargs} [testenv:nodepool] -commands_pre = install_command = {[nodeenv]install_command} commands = stestr run --concurrency=1 --test-path ./tests/nodepool {posargs}