From 0a5b38090d026ff8d65c63dd37ecd2a32762c534 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 17 Jan 2019 15:54:55 +0100 Subject: [PATCH] test for pycodestyle --- tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.sh b/tests.sh index 77c7496..61f3589 100755 --- a/tests.sh +++ b/tests.sh @@ -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/