From e23e15d0ba4a2c5bfc1726963a05b035639b44b5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 8 Nov 2016 11:56:26 -0700 Subject: [PATCH] Allow overriding of pyflakes executable --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcb13e8b5..c2b61dc63 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ SHELL = /bin/sh PYTHON = python NOSETESTS = nosetests +PYFLAKES = pyflakes # -c on linux # freebsd does not understand -c @@ -98,7 +99,7 @@ do-test: cd tests/fake-curl/libcurl && make ./tests/run.sh ./tests/ext/test-suite.sh - pyflakes python examples tests setup.py winbuild.py + $(PYFLAKES) python examples tests setup.py winbuild.py test: build do-test test-release: build-release do-test