X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=Makefile;h=edd68f0d2d4b9c0effdbd4ca783f71081bc2e8ee;hp=7d81f007ead855bcf66f8e6a9ba43301f5108d94;hb=e34f21377d30704c342abb24a3a84c27fd8cc957;hpb=fe98579005973824000edb91e55975f2e7bf39e1 diff --git a/Makefile b/Makefile index 7d81f00..edd68f0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: lint +all: lint pep8 lint: # Analyze code @@ -9,3 +9,7 @@ lint: --notes= \ --ignored-classes=cherrypy \ ./ipsilon + +pep8: + # Check style consistency + pep8 ipsilon