Skip to content

Commit

Permalink
Added a publish target for the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
citruspi committed Oct 7, 2015
1 parent bd24190 commit f32125d
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
@@ -1,13 +1,13 @@
install:

python setup.py install

develop:

python setup.py develop

test: develop

nosetests -v --with-coverage --cover-package=flask_analytics --cover-html

.PHONY: install develop
publish: test
python setup.py sdist bdist_wininst upload

.PHONY: install develop publish

0 comments on commit f32125d

Please sign in to comment.