diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 13:54:16 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 13:54:16 -0800 |
| commit | 53315e41544cc42684dbfec71ce0217f5c6a71df (patch) | |
| tree | bc78e3ad91334ae898d1c00ab3efad7cf909b668 | |
| parent | ce9dcfd331854ab04ab84bede8a1171cc288b68c (diff) | |
| download | vim-prettier-53315e41544cc42684dbfec71ce0217f5c6a71df.tar.xz | |
Debugging new vint pip dependencies
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 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 . |
