summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1071f78..d60f800 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pep8,yamllint
+envlist = pep8,yamllint,bashate
skipsdist = true
[testenv]
@@ -18,3 +18,9 @@ files =
tools
commands =
yamllint -s {[testenv:yamllint]files}
+
+[testenv:bashate]
+basepython = python3
+files =
+ ci/build-cirv.sh
+commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}