Merge "Pin bashate and allow for substitution"
diff --git a/tox.ini b/tox.ini
index 1c238ad..0df9877 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,8 @@
 install_command = pip install {opts} {packages}
 
 [testenv:bashate]
-deps = bashate
+deps =
+   {env:BASHATE_INSTALL_PATH:bashate==0.3.1}
 whitelist_externals = bash
 commands = bash -c "find {toxinidir}             \
          -not \( -type d -name .?\* -prune \)    \ # prune all 'dot' dirs