Merge pull request #412 from michelleN/add-flake8

ref(Makefile): Check for flake8
pull/415/head
Michelle Noorali 9 years ago
commit eaa692faf3

@ -73,7 +73,7 @@ HAS_GOLINT := $(shell command -v golint;)
HAS_GOVET := $(shell command -v go tool vet;)
HAS_GOX := $(shell command -v gox;)
HAS_PIP := $(shell command -v pip;)
HAS_FLAKE8 := $(shell command -v pip;)
HAS_FLAKE8 := $(shell command -v flake8;)
.PHONY: bootstrap
bootstrap:

Loading…
Cancel
Save