respect PYTHON var when running make test

This commit is contained in:
Ryan Pessa 2015-04-01 22:53:05 -05:00
parent e5feea64b5
commit 4af4298a7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PYTHON = python
CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py
KIVY_DIR = kivy/
NOSETESTS = nosetests
NOSETESTS = $(PYTHON) -m nose.core
KIVY_USE_DEFAULTCONFIG = 1
HOSTPYTHON = $(KIVYIOSROOT)/tmp/Python-$(PYTHON_VERSION)/hostpython