This is not as powerful as Shellcheck (yet), but it's Python and
therefore installable in a virtualenv.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
{toxinidir}/manage.py test --noinput --liveserver=localhost:9000-9200 \
'{posargs:patchwork}'
+[testenv:bashate]
+deps = bashate>=0.5,<0.6
+whitelist_externals = bash
+commands =
+ bash -c "find {toxinidir} \
+ -not \( -type d -name .?\* -prune \) \
+ -not \( -type d -name db -prune \) \
+ -name \*.sh -print | xargs bashate"
+
[testenv:pep8]
basepython = python2.7
deps = flake8