From ad0b4f6096a37611a536243f13ff671fd6969a09 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 18 Apr 2015 19:05:47 +0300 Subject: Run pep8 in check; fix problems found --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b04b82a..a1d3486 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ check: python -m CoverageTestRunner rm -f .coverage cmdtest tests - + pep8 summain summainlib.py summainlib_tests.py + clean: python setup.py clean rm -rf *.pyc .coverage summain.1 build _summain.so -- cgit v1.2.1