moto/Makefile
2013-03-10 23:46:44 -04:00

9 lines
127 B
Makefile

SHELL := /bin/bash
init:
python setup.py develop
pip install -r requirements.txt
test:
nosetests --with-coverage ./tests/