7 lines
79 B
Makefile
7 lines
79 B
Makefile
|
init:
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
test:
|
||
|
py.test tests
|
||
|
|
||
|
.PHONY: init test
|