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

use pycodestyle instead of pep8

This commit is contained in:
deadc0de6
2018-04-10 23:00:12 +02:00
parent c62449b92a
commit df33d43efb

View File

@@ -5,8 +5,8 @@
# stop on first error
set -ev
pep8 dotdrop/
pep8 tests/
pycodestyle dotdrop/
pycodestyle tests/
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