Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
🔧 update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiecaq committed Aug 19, 2017
1 parent 39d23b5 commit 1d33837
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
@@ -1,2 +1,11 @@
test:
@pytest

install:
@pip install -e .

create:
@python setup.py sdist bdist_wheel

clean:
@rm -rfv ./dist ./build

0 comments on commit 1d33837

Please sign in to comment.