mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Add missing testenv: prefix
This commit is contained in:
parent
b59078a9ab
commit
7181919cc0
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue