diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-16 11:13:30 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-03-16 11:16:41 +0100 |
commit | 0f663f5ce102f2d91c2aa6a8bfb6c2ef13d8ba7d (patch) | |
tree | f6c51fb129fd5434609a0b0b53c651cf38b71535 /tox.ini | |
parent | 0097342b46d1ec890c6133adf252a0e55661ade2 (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.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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} |