mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 07:29:17 +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
|
# stop on first error
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
pep8 dotdrop/
|
pycodestyle dotdrop/
|
||||||
pep8 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
|
||||||
#PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop
|
#PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop
|
||||||
|
|||||||
Reference in New Issue
Block a user