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:
parent
f130b283d9
commit
76d05400ec
2
tox.ini
2
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 \) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user