Skip to content

Commit 4476b33

Browse files
committed
Added KIVY_USE_DEFAULTCONFIG = 1 so that Kivy tests are not affected by local configuration.
1 parent bf720a6 commit 4476b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PYTHON = python
22
CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py
33
KIVY_DIR = kivy/
44
NOSETESTS = nosetests
5+
KIVY_USE_DEFAULTCONFIG = 1
56
HOSTPYTHON = $(KIVYIOSROOT)/tmp/Python-$(PYTHON_VERSION)/hostpython
67
IOSPATH := $(PATH):/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
78

0 commit comments

Comments
 (0)