summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-26 15:20:26 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-26 15:48:46 +0200
commitba4bbd19ef38de108224bbe801b187d02c20eb61 (patch)
tree25d8da469c85f17f2be3bc107b92bb2642bf7aec /Makefile
parent73230f151da9222740f4d3d4dc7c93aed539d9e2 (diff)
makefile: exclude debian.py from pep8 check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01daaf15..c73031c2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ dist-tarball:
check:
PYTHONPATH=$(PYTHONPATH):./test:./cerbero; trial test
- pep8 cerbero -r
+ find cerbero ! -regex cerbero/packages/debian.py -name \*.py | sort -u | xargs pep8 --repeat