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: I7580a411d4404a3a4dc4e1af3a14c2faec1a226f
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:08:23 +01:00
parent e14f1f3920
commit 5931daee42
1 changed files with 1 additions and 0 deletions

View File

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