From 64e869b0af9b3c5a594c843f8187ff1ac76ac501 Mon Sep 17 00:00:00 2001 From: Siddharth Sharma Date: Thu, 10 Jan 2019 01:41:06 +0530 Subject: [PATCH] updated Makefile to use python3.7 for test/verify_boilerplate.py file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74e0d69..5d17398 100644 --- a/Makefile +++ b/Makefile @@ -71,4 +71,4 @@ check_trailing_whitespace: .PHONY: check_headers check_headers: @echo "Checking file headers" - @python test/verify_boilerplate.py + @python3.7 test/verify_boilerplate.py