Skip to content

Commit

Permalink
Fix whitespaces
Browse files Browse the repository at this point in the history
Suggested-by: Elias Dorneles <eliasdorneles@gmail.com>
  • Loading branch information
Eugene M. Kim committed Jun 9, 2017
1 parent b2d6b62 commit 1086fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ test-all: ## run tests on every Python version with tox
tox

coverage: ## check code coverage quickly with the default Python
{% if cookiecutter.use_pytest == 'y' -%}
{%- if cookiecutter.use_pytest == 'y' %}
coverage run --source {{ cookiecutter.project_slug }} -m pytest
{% else %}
{%- else %}
coverage run --source {{ cookiecutter.project_slug }} setup.py test
{% endif %}
{%- endif %}
coverage report -m
coverage html
$(BROWSER) htmlcov/index.html
Expand Down

0 comments on commit 1086fea

Please sign in to comment.