moto/Makefile
2013-03-15 11:21:03 -04:00

10 lines
144 B
Makefile

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