Christian Berendt fb9a96f11e bashate: do not check contrib directory
Change-Id: I23a579bbd2692bc80d1be18435f140fb6fb276cc
2015-09-30 11:15:52 +02:00

17 lines
516 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = bashate
[testenv:bashate]
deps = bashate
whitelist_externals = bash
commands = bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name contrib -prune \) \
-type f \
-not -name \*~ \
-not -name \*.md \
-name \*.sh \
-print0 | xargs -0 bashate -v"