diff --git a/tests.sh b/tests.sh index 3738551..7842523 100755 --- a/tests.sh +++ b/tests.sh @@ -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