Skip to content

Commit

Permalink
Fix coverage invocation in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Oct 5, 2015
1 parent 5f7c288 commit 31031f8
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 @@ -6,5 +6,5 @@ test:

coverage:
export PYTHONPATH=`pwd` && \
DJANGO_SETTINGS_MODULE=tests.settings python `which django-admin.py` test tests --keepdb
DJANGO_SETTINGS_MODULE=tests.settings coverage run `which django-admin.py` test tests --keepdb
coverage html

0 comments on commit 31031f8

Please sign in to comment.