diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 14:31:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 14:36:46 +0200 |
commit | 9c04ef0bc676591c762153f5c8446e83d860ea76 (patch) | |
tree | 3f381a17c7c3bcdb916b31c4a2898bf9f6259018 /tox.ini | |
parent | 77d4dfa984fbf5ab034f9550148e0353b643f0dd (diff) |
Check shell scripts via bashate
Change-Id: I33df0017945a32946c46bff0768624901e13f6f1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 = |