diff options
author | 2018-04-24 14:31:54 +0200 | |
---|---|---|
committer | 2018-04-24 14:37:22 +0200 | |
commit | bc5536857fba214409fb02bc4e0f2f0ebb4c7b9c (patch) | |
tree | 9fcfb07fcb2192e8cc7a3f0dc0cd2b2d913408da /tox.ini | |
parent | 10fb4290265024cb4482f2b88ac6b4a53c83ec7f (diff) |
Check shell scripts via bashate
Change-Id: I33df0017945a32946c46bff0768624901e13f6f1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9c04ef0bc676591c762153f5c8446e83d860ea76)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,py35,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover [testenv] usedevelop = True @@ -43,6 +43,12 @@ commands = [testenv:py35] commands = nosetests xtesting/tests/unit +[testenv:bashate] +basepython = python2.7 +files = + build.sh +commands = bashate {[testenv:bashate]files} + [testenv:cover] basepython = python2.7 dirs = |