Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jan 13, 2017
1 parent cc1359e commit e3a3d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ flake:
flake8 aiohttp_sse tests examples setup.py

test: flake
pytest tests/
pytest -sv tests/

cov cover coverage: flake
pytest tests/ --cov=aiohttp_sse --cov-report=html
pytest -sv tests/ --cov=aiohttp_sse --cov-report=html
@echo "open file://`pwd`/htmlcov/index.html"

clean:
Expand Down

0 comments on commit e3a3d35

Please sign in to comment.