moto/Makefile
2015-01-27 01:53:57 -05:00

11 lines
148 B
Makefile

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