6 lines
64 B
Makefile
6 lines
64 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
py.test tests.py
|