Skip to content

Commit

Permalink
Add makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Jul 20, 2019
1 parent aa364c1 commit 384b80b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
init:
pip install -r requirements.txt

test:
py.test tests

.PHONY: init test

0 comments on commit 384b80b

Please sign in to comment.