moto/Makefile

10 lines
141 B
Makefile
Raw Normal View History

2013-02-18 16:09:40 -05:00
SHELL := /bin/bash
init:
python setup.py develop
pip install -r requirements.txt
test:
rm .coverage
2013-03-10 23:46:44 -04:00
nosetests --with-coverage ./tests/