From a27ef7ff6a05a9817b5165e4c3fb643d5d21f532 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Feb 2017 10:25:18 +0200 Subject: Use SHA256 by default; fix pylint warnings/errors --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01d0a98..8731416 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,14 @@ summain.1: _summain.so summain.1.in python summain --generate-manpage=summain.1.in > summain.1 check: - python -m CoverageTestRunner + python -m CoverageTestRunner --ignore-missing-from=without-tests rm -f .coverage cmdtest tests - pep8 summain summainlib.py summainlib_tests.py + pep8 summain summainlib summainlib_tests.py if command -v pylint && pylint --version | grep '^pylint [1-9]'; \ then \ PYTHONPATH=. pylint --rcfile=pylint.conf \ - summain summainlib.py summainlib_tests.py; \ + summain summainlib summainlib_tests.py; \ fi clean: -- cgit v1.2.1