6 lines
51 B
Makefile
6 lines
51 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
tox
|