mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 14:29:17 +00:00
add pylint
This commit is contained in:
3
tests.sh
3
tests.sh
@@ -19,6 +19,9 @@ echo "testing with pyflakes"
|
|||||||
pyflakes dotdrop/
|
pyflakes dotdrop/
|
||||||
pyflakes tests/
|
pyflakes tests/
|
||||||
|
|
||||||
|
# pylint
|
||||||
|
#pylint --disable=R0902 --disable=R0913 --disable=R0903 dotdrop/
|
||||||
|
|
||||||
# retrieve the nosetests binary
|
# retrieve the nosetests binary
|
||||||
nosebin="nosetests"
|
nosebin="nosetests"
|
||||||
which ${nosebin} >/dev/null 2>&1
|
which ${nosebin} >/dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user