From 76d05400ec64fc4f177f9dc9ad8d821fceae5e05 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 16 Feb 2016 14:35:51 +1100 Subject: [PATCH] Update to bashate 0.4.0 Update to bashate 0.4.0. The biggest change in this is that bashate does a syntax check with "bash -n" which can be useful Change-Id: Iff625ef2181dfaba28349dc17de0749faddec539 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f9d04f2dcd..efffbd5d99 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ install_command = pip install {opts} {packages} [testenv:bashate] deps = - {env:BASHATE_INSTALL_PATH:bashate==0.3.2} + {env:BASHATE_INSTALL_PATH:bashate==0.4.0} whitelist_externals = bash commands = bash -c "find {toxinidir} \ -not \( -type d -name .?\* -prune \) \