Use python2 by default, to guard against py3 incompatibility
This commit is contained in:
parent
4b7cab5bd5
commit
df899b9801
3
Makefile
3
Makefile
@ -1,4 +1,5 @@
|
|||||||
VIRTUALENV = virtualenv
|
SYSTEMPYTHON = `which python2 python | head -n 1`
|
||||||
|
VIRTUALENV = virtualenv --python=$(SYSTEMPYTHON)
|
||||||
PYTHON = local/bin/python
|
PYTHON = local/bin/python
|
||||||
NOSE = local/bin/nosetests -s
|
NOSE = local/bin/nosetests -s
|
||||||
FLAKE8 = local/bin/flake8
|
FLAKE8 = local/bin/flake8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user