1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 21:15:38 +00:00

ignore W605 on pycodestyle

This commit is contained in:
deadc0de6
2018-04-10 23:24:21 +02:00
parent 35a341c173
commit 4c803760f7

View File

@@ -5,7 +5,7 @@
# stop on first error
set -ev
pycodestyle dotdrop/
pycodestyle --ignore=W605 dotdrop/
pycodestyle tests/
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop