summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-07-24 14:15:46 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-08-08 13:02:29 +0200
commit089509e8cc818065da7d0278e9d213e9876c8b2c (patch)
tree221846afa06b6b54a1fcc3b869ae5670c69f9233 /Makefile
parent4799def06dc6ba16216d328e4be7d9dfe896b38d (diff)
Makefile: fix pep8 and coverage rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 664ee29..b450446 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,11 @@ check-pep8:
check:
PYTHONPATH=$(PYTHONPATH):./test:./cerbero; trial test
- make check pep8
+ make check-pep8
coverage:
rm -rf _trial_temp
- PYTHONPATH=$(PYTHONPATH):./test:./cerbero; trial --coverage test cerbero
+ PYTHONPATH=$(PYTHONPATH):./test:./cerbero; trial --coverage test
make show-coverage
show-coverage: