6 lines
66 B
Makefile
6 lines
66 B
Makefile
init:
|
|
pip install -r requirements.txt
|
|
|
|
test:
|
|
nosetests -v tests
|