aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index b9c3868a..cb6e1807 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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