diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:01:56 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:06:31 +0100 |
commit | 8c76807e0997a8e0deb7c62ad15cec7988681017 (patch) | |
tree | 8c60ff7d1cbff9fe850da4b0a0a5b25fdb67371f /tox.ini | |
parent | db6da939273e42cf53e6a9e3c37b199678cd35ad (diff) |
Update ansible-lint verification
Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 218ff87511f5675386c7c1948d64e24a101091f2)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 commands = - ansible-lint -x303 ansible/site.yml + ansible-lint -x303,305,306 ansible/site.yml [testenv:py37] commands = nosetests xtesting/tests/unit |