aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-24 14:31:54 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-24 14:36:46 +0200
commit9c04ef0bc676591c762153f5c8446e83d860ea76 (patch)
tree3f381a17c7c3bcdb916b31c4a2898bf9f6259018 /tox.ini
parent77d4dfa984fbf5ab034f9550148e0353b643f0dd (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.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00a51bd7..98d71403 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =