Skip to content

Commit c8af407

Browse files
committed
Update to bashate 0.5.1
This minor release of bashate just fixes one small issue with python3 compatability. This is an alternative to Ic91b5ce8cb85e376573f9bf3659d2a86cc437179. Change-Id: Ie5ad29003cf80a332b9a9258749757a15de79966
1 parent c4a0d21 commit c8af407

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
@@ -12,7 +12,7 @@ install_command = pip install {opts} {packages}
1212
# against devstack, just set BASHATE_INSTALL_PATH=/path/... to your
1313
# modified bashate tree
1414
deps =
15-
{env:BASHATE_INSTALL_PATH:bashate==0.5.0}
15+
{env:BASHATE_INSTALL_PATH:bashate==0.5.1}
1616
whitelist_externals = bash
1717
commands = bash -c "find {toxinidir} \
1818
-not \( -type d -name .?\* -prune \) \

0 commit comments

Comments
 (0)