Browse code

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

Ian Wienand authored on 2016/04/26 16:53:45
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ install_command = pip install {opts} {packages}
12 12
 # against devstack, just set BASHATE_INSTALL_PATH=/path/... to your
13 13
 # modified bashate tree
14 14
 deps =
15
-   {env:BASHATE_INSTALL_PATH:bashate==0.5.0}
15
+   {env:BASHATE_INSTALL_PATH:bashate==0.5.1}
16 16
 whitelist_externals = bash
17 17
 commands = bash -c "find {toxinidir}             \
18 18
          -not \( -type d -name .?\* -prune \)    \