Update Kubernetes to v1.11.2
[functest-kubernetes.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5a1dc71..098556d 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
@@ -32,6 +32,13 @@ commands =
 basepython = python2.7
 files =
   .travis.yml
+  ci
   docker
 commands =
   yamllint {[testenv:yamllint]files}
+
+[testenv:bashate]
+basepython = python2.7
+files =
+  build.sh
+commands = bashate {[testenv:bashate]files}