X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=c4331d6da6c075c2a498b56a816eeb9c354a790d;hb=refs%2Fchanges%2F11%2F61611%2F2;hp=5a1dc7135e70c94c0f701360774d7530b721aa28;hpb=13ac225eb6afbd4e81109ead35d0594c53ce888b;p=functest-kubernetes.git diff --git a/tox.ini b/tox.ini index 5a1dc713..c4331d6d 100644 --- 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}