Skip to content

Commit

Permalink
Added ship Make command
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 23, 2016
1 parent ba079c6 commit 4dc5bdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
.PHONY: bootstrap docs load rs sh test
.PHONY: bootstrap docs load rs sh ship test

bootstrap:
mysqladmin -h localhost -u root -p create calaccess_raw
Expand Down Expand Up @@ -27,6 +27,10 @@ rs:
sh:
python example/manage.py shell

ship:
python setup.py sdist bdist_wheel
twine upload dist/* --skip-existing

test:
flake8 calaccess_raw
coverage run example/manage.py test calaccess_raw
Expand Down

0 comments on commit 4dc5bdd

Please sign in to comment.