Skip to content

Commit

Permalink
ignore W605 on pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Apr 10, 2018
1 parent 35a341c commit 4c80376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c80376

Please sign in to comment.