Add Makefile
This commit is contained in:
parent
e65e16d37b
commit
92dace165b
@ -9,3 +9,6 @@ charset = utf-8
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[Makefile]
|
||||
indent_size = tab
|
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
init:
|
||||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
.PHONY: init test
|
Loading…
x
Reference in New Issue
Block a user