summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-04-18 18:43:05 +0300
committerLars Wirzenius <liw@liw.fi>2015-04-18 18:43:05 +0300
commit9a2778a7282033226fd8615b19752539569240e5 (patch)
treea833f6c22926bb531e3291f277ff7ec0c5deac5e
parent6dd774760adcc7c24b80d8a0c139f65fbdd85d9f (diff)
downloadttystatus-9a2778a7282033226fd8615b19752539569240e5.tar.gz
Run pep8 in check
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56a0c2d..5e6c1ca 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ all:
check:
python -m CoverageTestRunner --ignore-missing-from=without-tests
rm .coverage
-
+ pep8 ttystatus
+
clean:
rm -f .coverage ttystatus/*.py[co]
rm -rf build