summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-23 18:11:26 +0100
committerSimo Sorce <simo@redhat.com>2014-01-24 17:32:21 -0500
commite34f21377d30704c342abb24a3a84c27fd8cc957 (patch)
tree9f2f5e15a33190ce6a90df58cd63c379c3983b7b /Makefile
parentfe98579005973824000edb91e55975f2e7bf39e1 (diff)
downloadipsilon-e34f21377d30704c342abb24a3a84c27fd8cc957.tar.gz
ipsilon-e34f21377d30704c342abb24a3a84c27fd8cc957.tar.xz
ipsilon-e34f21377d30704c342abb24a3a84c27fd8cc957.zip
Use pep8 check
Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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