From 9e4fccf911d05be0ade529b02a586c90bdbd9304 Mon Sep 17 00:00:00 2001 From: Jan Brauer Date: Tue, 21 Aug 2018 08:39:41 +0200 Subject: vim-vint only works with Python 3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 957cc9c..5cde9c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ --- language: python +python: + - "3.6" dist: precise install: - pip install vim-vint -- cgit v1.3-5-g9baa