Use python2 by default, to guard against py3 incompatibility

This commit is contained in:
Ryan Kelly 2014-04-09 03:43:09 +10:00
parent 4b7cab5bd5
commit df899b9801

View File

@ -1,4 +1,5 @@
VIRTUALENV = virtualenv
SYSTEMPYTHON = `which python2 python | head -n 1`
VIRTUALENV = virtualenv --python=$(SYSTEMPYTHON)
PYTHON = local/bin/python
NOSE = local/bin/nosetests -s
FLAKE8 = local/bin/flake8