forked from archive/andrewferrier_email2pdf
Fix packages used for analysis.
This commit is contained in:
parent
f2f002934c
commit
d5d7b50a45
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -51,8 +51,8 @@ unittest_verbose:
|
|||
|
||||
analysis:
|
||||
# Debian version is badly packaged, make sure we are using Python 3.
|
||||
-/usr/bin/env python3 $(FLAKE8) --max-line-length=132 email2pdf .
|
||||
pylint -r n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled email2pdf
|
||||
-/usr/bin/env python3 $(FLAKE8) --max-line-length=132 email2pdf tests/
|
||||
pylint -r n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled email2pdf tests/
|
||||
|
||||
coverage:
|
||||
rm -rf cover/
|
||||
|
|
Loading…
Add table
Reference in a new issue