diff options
-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 95d1f421..7f9a05c1 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,py38,cover + tox -e docs,pep8,pylint,yamllint,bashate,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,py38,cover,perm +envlist = docs,pep8,pylint,yamllint,bashate,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 |