Add missing testenv: prefix

This commit is contained in:
Jiri Kucera 2019-09-12 10:51:02 +02:00
parent b59078a9ab
commit 7181919cc0

View file

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