moto/Makefile
2013-05-03 19:33:13 -04:00

10 lines
147 B
Makefile

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