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: I499f5807afcf3c8e94d571eb7975d7f198b72538
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:12:09 +01:00
parent fbd64ccc66
commit c458db68fa
1 changed files with 1 additions and 0 deletions

View File

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