8 lines
78 B
Makefile
8 lines
78 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
nose2 tests
|
|
|
|
.PHONY: init test
|