Skip to content

Commit

Permalink
Add make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Aug 13, 2014
1 parent a1a51ed commit 2295c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -3,4 +3,7 @@ test:
flake8 --exclude=migrations --ignore=E501,E225,E121,E123,E124,E125,E127,E128 --exit-zero nydus || exit 1
python setup.py test

.PHONY: test
publish:
python setup.py sdist bdist_wheel upload

.PHONY: test publish

0 comments on commit 2295c8c

Please sign in to comment.