From f351c301be1396e5dd578209c606a111afbc8758 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 24 Apr 2018 19:34:54 +0200 Subject: Check build.sh via bashate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I367d87539ce25d9d114ee1f75b2f8af383408865 Signed-off-by: Cédric Ollivier --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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} -- cgit 1.2.3-korg