moto/Makefile

10 lines
144 B
Makefile
Raw Normal View History

2013-02-18 21:09:40 +00:00
SHELL := /bin/bash
init:
python setup.py develop
pip install -r requirements.txt
test:
rm -f .coverage
2013-03-11 03:46:44 +00:00
nosetests --with-coverage ./tests/