Include ansible commands for ansible linting

The plugin repo needs to be cloned for ansible-lint to
understand ansible plugins. The commands currently
reside in tox.ini under the ansible section and are not
currently included. This commit fixes that error.

Change-Id: Ib330ba2cbeeded7087a5e9d025aa1a03666c9b57
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:08:04 +01:00
parent ec1a9c7ce4
commit 820597f20b
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ commands =
deps =
{[testenv:ansible]deps}
commands =
{[testenv:ansible]commands}
ansible-lint {toxinidir}