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: I395f70d69e6ef92782c5e99031360ffa357c6a92
This commit is contained in:
Jean-Philippe Evrard
2016-08-11 18:08:54 +01:00
parent 141c8cd77a
commit 3f49d4a355

View File

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