Merging upstream version 1.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
295cee048d
commit
c306a1dcc2
10 changed files with 509 additions and 495 deletions
4
Makefile
4
Makefile
|
@ -49,7 +49,9 @@ coverage_report:
|
|||
|
||||
pep8:
|
||||
-pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE) cvprac/
|
||||
-pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/
|
||||
-pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/lib/
|
||||
-pep8 -r --max-line-length=120 --ignore=$(PEP8_IGNORE),E402 test/system/
|
||||
-pep8 -r --ignore=$(PEP8_IGNORE),E402,E501 test/unit/
|
||||
|
||||
pyflakes:
|
||||
pyflakes cvprac/ test/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue