Merge "tox: Remove 'commands_pre'"

This commit is contained in:
Zuul 2019-04-01 17:36:52 +00:00 committed by Gerrit Code Review
commit 02e0c31f81
1 changed files with 0 additions and 3 deletions

View File

@ -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}