We don't care about too long lines for bash so the error is disabled.
The version marker is removed as it's unnecessary.
Signed-off-by: Stephen Finucane <stephen@that.guru>
python {toxinidir}/manage.py test --noinput '{posargs:patchwork}'
[testenv:bashate]
-deps = bashate>=0.5,<0.6
+deps = bashate
whitelist_externals = bash
commands =
bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name db -prune \) \
- -name \*.sh -print | xargs bashate"
+ -name \*.sh -print | xargs bashate -i E006"
[testenv:pep8]
basepython = python2.7