mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 03:14:15 +00:00
test for pycodestyle
This commit is contained in:
2
tests.sh
2
tests.sh
@@ -6,6 +6,8 @@
|
|||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
# PEP8 tests
|
# PEP8 tests
|
||||||
|
which pycodestyle 2>/dev/null
|
||||||
|
[ "$?" != "0" ] && echo "Install pycodestyle" && exit 1
|
||||||
pycodestyle --ignore=W605 dotdrop/
|
pycodestyle --ignore=W605 dotdrop/
|
||||||
pycodestyle tests/
|
pycodestyle tests/
|
||||||
pycodestyle scripts/
|
pycodestyle scripts/
|
||||||
|
|||||||
Reference in New Issue
Block a user