From 04d77dcaebb52734a1c6d1838ecfa669bf8f3c67 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 18 Aug 2020 15:37:08 +0200 Subject: [PATCH] travis: enforce ansible-lint 4.2.0 Let's pin to 4.2.0 (because of ansible/ansible-lint/issues/966) Signed-off-by: Guillaume Abrioux --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d72d5693..6fce5deae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ install: - pip install -r tests/requirements.txt - - pip install ansible-lint pytest-cov + - pip install ansible-lint==4.2.0 pytest-cov script: - if [[ -n $(grep --exclude-dir=.git -P "\xa0" -r .) ]]; then echo 'NBSP characters found'; exit 1; fi - pytest --cov=library/ --cov=plugins/filter/ -vvvv tests/library/ tests/plugins/filter/ -- 2.39.5