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

add pycodesyle for scripts

This commit is contained in:
deadc0de6
2018-06-04 22:38:03 +02:00
parent 922248fa2d
commit 8555c713f0

View File

@@ -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