From 53315e41544cc42684dbfec71ce0217f5c6a71df Mon Sep 17 00:00:00 2001 From: mitermayer Date: Mon, 5 Nov 2018 13:54:16 -0800 Subject: Debugging new vint pip dependencies --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eccfdac..a8ca7b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python dist: precise install: - - pip install pathlib - - pip install vim-vint + - pip install pathlib typing vim-vint script: - vint . -- cgit v1.3-5-g9baa