Skip to content

Commit

Permalink
Make sure default test rule only runs our tests
Browse files Browse the repository at this point in the history
- Fixes #38.
  • Loading branch information
durden committed Apr 11, 2016
1 parent 31d4d17 commit ff692ed
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 @@ -22,7 +22,7 @@ run:
$(VENV)/bin/python run.py

test:
$(VENV)/bin/py.test
$(VENV)/bin/py.test pskb_website

html_docs:
cd docs; make html
Expand Down

0 comments on commit ff692ed

Please sign in to comment.