From 8555c713f07faeeac06408b339d211958f498093 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 4 Jun 2018 22:38:03 +0200 Subject: [PATCH] add pycodesyle for scripts --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index ffd4563..a531088 100755 --- a/tests.sh +++ b/tests.sh @@ -7,6 +7,7 @@ set -ev pycodestyle --ignore=W605 dotdrop/ pycodestyle tests/ +pycodestyle scripts/ PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop #PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop #PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop