fix coverage (why it never been showed before O_o)

This commit is contained in:
Mathieu Virbel 2012-01-20 13:18:46 +01:00
parent 9482095b23
commit 5fd6413e05
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ batchtest:
nosetests kivy/tests
cover:
coverage html --include='$(KIVY_DIR)*' --omit '$(KIVY_DIR)lib/*,$(KIVY_DIR)tools/*,$(KIVY_DIR)tests/*'
coverage html --include='$(KIVY_DIR)*' --omit '$(KIVY_DIR)data/*,$(KIVY_DIR)lib/*,$(KIVY_DIR)tools/*,$(KIVY_DIR)tests/*'
install:
python setup.py install