Makefile: opt for a smaller view by default, better for CI

This commit is contained in:
Mathieu Virbel 2019-02-25 01:06:20 +01:00 committed by Mathieu Virbel
parent 3b6bef28cd
commit 821c1e67ca
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ image-testsuite:
test:
-rm -rf kivy/tests/build
env KIVY_NO_ARGS=1 $(PYTEST) -v kivy/tests
env KIVY_NO_ARGS=1 $(PYTEST) kivy/tests
cover:
coverage html --include='$(KIVY_DIR)*' --omit '$(KIVY_DIR)data/*,$(KIVY_DIR)lib/*,$(KIVY_DIR)tools/*,$(KIVY_DIR)tests/*'