diff --git a/tox.ini b/tox.ini index 8184cf4..f6d9a6b 100644 --- a/tox.ini +++ b/tox.ini @@ -189,11 +189,11 @@ envdir = {toxworkdir}/env-{env:TRAVIS_PYTHON_VERSION:molecule} deps = {[molecule_common]deps} commands_pre = - {[molecule_lint]commands_pre} + {[testenv:molecule_lint]commands_pre} commands = - {[molecule_lint]commands} - {[molecule_syntax]commands} - {[molecule_test]commands} + {[testenv:molecule_lint]commands} + {[testenv:molecule_syntax]commands} + {[testenv:molecule_test]commands} # Here we provide a way how a role can add its custom command to be run. Such # extra command is run at the end of each testenv run and is driven by