1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 05:04:43 +00:00

test for pycodestyle

This commit is contained in:
deadc0de6
2019-01-17 15:54:55 +01:00
parent 6d4526f57e
commit 0a5b38090d

View File

@@ -6,6 +6,8 @@
set -ev
# PEP8 tests
which pycodestyle 2>/dev/null
[ "$?" != "0" ] && echo "Install pycodestyle" && exit 1
pycodestyle --ignore=W605 dotdrop/
pycodestyle tests/
pycodestyle scripts/