Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Sep 26, 2012
1 parent 128e2de commit 8f1b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
test:
flake8 data_exporter --ignore=E501,E127,E128,E124
flake8 rq_mail --ignore=E501,E127,E128,E124
coverage run --branch --source=rq_mail manage.py test rq_mail
coverage report --omit=rq_mail/test*

Expand Down

0 comments on commit 8f1b9c4

Please sign in to comment.