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
This commit is contained in:
Ian Wienand 2016-02-16 14:35:51 +11:00
parent f130b283d9
commit 76d05400ec

@ -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 \) \