Skip to content

Commit

Permalink
Change makefiles from the one from pinax-starter-app
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-wsw committed Feb 21, 2016
1 parent b23a409 commit 1eb34bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ all: init docs test

init:
python setup.py develop
pip install detox coverage Sphinx
pip install detox coverage mkdocs

test:
coverage erase
detox
coverage html

docs: documentation
docs:
mkdocs build

documentation:
python setup.py build_sphinx
.PHONY: docs

0 comments on commit 1eb34bd

Please sign in to comment.