From 2bb7677b43867dd278c9b62c63818693ec177765 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 14 Jul 2018 15:39:02 +0200 Subject: [PATCH] Make it clearer which versions make check requires --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79374c7..57b00b2 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ test: build: mkdir $@ build/vint: | build - virtualenv $@ - $@/bin/pip install vim-vint + virtualenv -p python3.6 $@ + $@/bin/pip install vim-vint==0.3.19 check: LINT_FILES:=after autoload ftplugin plugin check: build/vint build/vint/bin/vint $(LINT_FILES)