mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 22:15:08 +00:00
ignore W605 on pycodestyle
This commit is contained in:
2
tests.sh
2
tests.sh
@@ -5,7 +5,7 @@
|
|||||||
# stop on first error
|
# stop on first error
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
pycodestyle dotdrop/
|
pycodestyle --ignore=W605 dotdrop/
|
||||||
pycodestyle tests/
|
pycodestyle tests/
|
||||||
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
|
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
|
||||||
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop
|
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop
|
||||||
|
|||||||
Reference in New Issue
Block a user