From 1b0c4def95c5bf93462d3885a53012bc7f745173 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 4 Jan 2022 23:07:08 +0100 Subject: Remove ansiblelint as tox entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It false asks for ansible in any XtestingCI child's test requirements. Change-Id: I6cff0ba900360c97db64f519ef4055e2e18cc28c Signed-off-by: Cédric Ollivier (cherry picked from commit ee4aeafa6a7073c90e0496fb9efe147375197caf) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dfb774f9..881159e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: include: - stage: run unit tests script: > - tox -e docs,pep8,pylint,yamllint,ansiblelint,bashate,py39,cover + tox -e docs,pep8,pylint,yamllint,bashate,py39,cover - stage: build xtesting images script: sudo -E bash build.sh env: -- cgit 1.2.3-korg