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: If46565f2e58de9e3d228377c5b10e6d4bf4b3aa1
This commit is contained in:
Jean-Philippe Evrard 2016-08-11 18:08:08 +01:00
parent 319e37c8f5
commit 590cdde13b

View File

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