Skip to content

Commit

Permalink
fixing kwalitee rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Jan 20, 2012
1 parent cdff0b2 commit eee34ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:

kwalitee:
@echo "$(COLOR)* Running pyflakes$(NO_COLOR)"
@./bin/pyflakes emencia
-@./bin/pyflakes emencia
@echo "$(COLOR)* Running pep8$(NO_COLOR)"
@./bin/pep8 --count -r --exclude=migrations emencia
@echo "$(SUCCESS_COLOR)* No kwalitee errors, congratulations $(USER) ! :)$(NO_COLOR)"
Expand Down

0 comments on commit eee34ec

Please sign in to comment.