From 7181919cc0392b7581b41e0ed9e7d86c8bbfd74b Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 12 Sep 2019 10:51:02 +0200 Subject: [PATCH] Add missing `testenv:` prefix --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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