summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohann C. Rocholl <johann@rocholl.net>2009-10-02 13:12:23 -0700
committerJohann C. Rocholl <johann@rocholl.net>2009-10-02 13:12:23 -0700
commitf15510063a30f32dbf5990afd0d404e62e275cfa (patch)
tree620f7cf6554a8082b483e17c18fa62c8c96a7295 /Makefile
parent39a8e674b88ee7e7a8c5dbe9c3e9512f34590973 (diff)
downloadpep8-f15510063a30f32dbf5990afd0d404e62e275cfa.tar.gz
Added code and tests for E225: missing whitespace around operators.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 973ece9..887d567 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,6 @@ selftest :
doctest :
python pep8.py --doctest
+
+
+alltest : test selftest doctest