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:
4
tests.sh
4
tests.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user