Skip to content

Commit

Permalink
Add make as a wrapper for common python operations
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Sep 18, 2017
1 parent 8d3b897 commit aaec673
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
upload_to_pypi:
pip install twine setuptools
rm -rf dist/*
rm -rf build/*
python setup.py sdist build
twine upload dist/*

test:
nosetests -v

0 comments on commit aaec673

Please sign in to comment.