Merge "Pin bashate and allow for substitution"

This commit is contained in:
Jenkins 2015-10-16 14:00:02 +00:00 committed by Gerrit Code Review
commit 0ba1848167

View File

@ -8,7 +8,8 @@ usedevelop = False
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