diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-01-04 23:07:08 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-01-21 14:05:58 +0100 |
commit | 8ff6077f3c7aef2375d67747989a213e4f42f945 (patch) | |
tree | 76fe058fecb193da827c40133a9e514b81168825 | |
parent | 4867408f9e590eed2a4d0499aa0595b179cead2f (diff) |
Remove ansiblelint as tox entry
It false asks for ansible in any XtestingCI child's test requirements.
Change-Id: I6cff0ba900360c97db64f519ef4055e2e18cc28c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ee4aeafa6a7073c90e0496fb9efe147375197caf)
(cherry picked from commit 1b0c4def95c5bf93462d3885a53012bc7f745173)
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tox.ini | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index fe0c0b52..d402493a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: include: - stage: run unit tests script: > - tox -e docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,cover + tox -e docs,pep8,pylint,yamllint,bashate,py27,py38,cover - stage: build xtesting images script: sudo -E bash build.sh env: @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py38,cover,perm +envlist = docs,pep8,pylint,yamllint,bashate,py27,py38,cover,perm skipsdist = True [testenv] @@ -45,11 +45,6 @@ files = commands = yamllint -s {[testenv:yamllint]files} -[testenv:ansiblelint] -basepython = python3.8 -commands = - ansible-lint -x303,305,306 ansible/site.yml - [testenv:py38] commands = nosetests xtesting/tests/unit |