summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-16 11:13:30 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-16 11:16:41 +0100
commit0f663f5ce102f2d91c2aa6a8bfb6c2ef13d8ba7d (patch)
treef6c51fb129fd5434609a0b0b53c651cf38b71535 /tox.ini
parent0097342b46d1ec890c6133adf252a0e55661ade2 (diff)
Verify ci/build-cirv.sh via bashate
It also fixes the current errors highlighted by bashate. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I5614b539efd7a8863ecd354aef3cb94e876ff536
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}