Check build.sh via bashate
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5a1dc71..c4331d6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = pep8,pylint,yamllint,py27,py35
+envlist = pep8,pylint,yamllint,bashate,py27,py35
 
 [testenv]
 usedevelop = True
@@ -35,3 +35,9 @@ files =
   docker
 commands =
   yamllint {[testenv:yamllint]files}
+
+[testenv:bashate]
+basepython = python2.7
+files =
+  build.sh
+commands = bashate {[testenv:bashate]files}