moto/Makefile
2013-06-27 09:35:46 -04:00

11 lines
148 B
Makefile

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