mirror of
https://github.com/mozilla-services/syncserver
synced 2024-10-30 09:20:32 +00:00
add support for freebsd python2.7
This commit is contained in:
parent
e1aab54cbc
commit
947f56607d
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
# The following line prefers `python` as this will allow this to work
|
||||
# in CI (e.g. Travis CI) and put up the configured Python version:
|
||||
# SYSTEMPYTHON = `which python python3 python2 | head -n 1`
|
||||
SYSTEMPYTHON = `which python2 python | head -n 1`
|
||||
SYSTEMPYTHON = `which python2 python python2.7 | head -n 1`
|
||||
VIRTUALENV = $(SYSTEMPYTHON) -m virtualenv --python=$(SYSTEMPYTHON)
|
||||
ENV = ./local
|
||||
TOOLS := $(addprefix $(ENV)/bin/,flake8 nosetests)
|
||||
|
Loading…
Reference in New Issue
Block a user