Merge "Pin bashate and allow for substitution"
This commit is contained in:
commit
0ba1848167
3
tox.ini
3
tox.ini
@ -8,7 +8,8 @@ usedevelop = False
|
|||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
deps = bashate
|
deps =
|
||||||
|
{env:BASHATE_INSTALL_PATH:bashate==0.3.1}
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands = bash -c "find {toxinidir} \
|
commands = bash -c "find {toxinidir} \
|
||||||
-not \( -type d -name .?\* -prune \) \ # prune all 'dot' dirs
|
-not \( -type d -name .?\* -prune \) \ # prune all 'dot' dirs
|
||||||
|
Loading…
Reference in New Issue
Block a user