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: I00e891c159a77722f34f51fb0913c36b5b90563a
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:09:15 +01:00
parent 387abfacb7
commit 0883726a8e
1 changed files with 1 additions and 0 deletions

View File

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