summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-23 18:11:26 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-01-24 19:34:07 +0100
commitaf55c409b9182f9ef13dd6bdc91f68956a4060aa (patch)
treeae75804d5de6e77395fcac7e8ed43f135289a922
parentab2b8954307174a4999cc1a63eaeadfb0921093e (diff)
downloadipsilon-af55c409b9182f9ef13dd6bdc91f68956a4060aa.tar.gz
ipsilon-af55c409b9182f9ef13dd6bdc91f68956a4060aa.tar.xz
ipsilon-af55c409b9182f9ef13dd6bdc91f68956a4060aa.zip
Use pep8 check
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d81f00..9b43074 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 --ignore=E501 ipsilon