Skip to content

Commit 76d0540

Browse files
committed
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
1 parent f130b28 commit 76d0540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install_command = pip install {opts} {packages}
99

1010
[testenv:bashate]
1111
deps =
12-
{env:BASHATE_INSTALL_PATH:bashate==0.3.2}
12+
{env:BASHATE_INSTALL_PATH:bashate==0.4.0}
1313
whitelist_externals = bash
1414
commands = bash -c "find {toxinidir} \
1515
-not \( -type d -name .?\* -prune \) \

0 commit comments

Comments
 (0)