add cover-packge to coverage config

This commit is contained in:
Steve Pulec 2013-03-10 23:46:44 -04:00
commit 127a0d5993
2 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,4 @@ init:
pip install -r requirements.txt
test:
nosetests --with-coverage ./tests/ --cover-package=moto
nosetests --with-coverage ./tests/