Extending PDF and IDF of Ericsson pod2 to all nodes
[kuberef.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8c96a7d..1879ded 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-minversion = 3.15
+minversion = 3.5
 skipsdist = True
 envlist = lint,docs
 
@@ -14,7 +14,8 @@ deps =
 whitelist_externals = bash
 commands = bash -c "find {toxinidir} \
    -not -path {toxinidir}/.tox/\* \
-   -name \*.sh | xargs bashate -v"
+# E006 check for lines longer than 79 columns
+   -name \*.sh | xargs bashate -v -iE006"
    bash -c "yamllint {toxinidir}"
    bash -c "find {toxinidir} \
    -not -path {toxinidir}/.tox/\* \