Skip to content

Commit

Permalink
Merge pull request #414 from opoplawski/pyflakes
Browse files Browse the repository at this point in the history
Allow overriding of pyflakes executable
  • Loading branch information
p committed Nov 22, 2016
2 parents efdf681 + e23e15d commit c732b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SHELL = /bin/sh

PYTHON = python
NOSETESTS = nosetests
PYFLAKES = pyflakes

# -c on linux
# freebsd does not understand -c
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c732b62

Please sign in to comment.