diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 13:58:44 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 13:58:44 -0800 |
| commit | 1f0fb80394796b075554bd069494659e35bc1821 (patch) | |
| tree | 003faadeb11b8fce341247345235af7b433665bf | |
| parent | 53315e41544cc42684dbfec71ce0217f5c6a71df (diff) | |
| download | vim-prettier-1f0fb80394796b075554bd069494659e35bc1821.tar.xz | |
Adding enum dep
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a8ca7b2..1f07db3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: python dist: precise install: - - pip install pathlib typing vim-vint + - pip install enum34 pathlib typing vim-vint script: - vint . |
