aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini7
2 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c798de3..c1adf478 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:
diff --git a/tox.ini b/tox.ini
index 6f4f6230..c09e942d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py39,cover,perm
+envlist = docs,pep8,pylint,yamllint,bashate,py39,cover,perm
skipsdist = True
[testenv]
@@ -45,11 +45,6 @@ files =
commands =
yamllint -s {[testenv:yamllint]files}
-[testenv:ansiblelint]
-basepython = python3.9
-commands =
- ansible-lint -xcommand-instead-of-module,command-instead-of-shell,risky-shell-pipe ansible/site.yml
-
[testenv:py38]
commands = nosetests xtesting/tests/unit