diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a709b20..e700563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ language: python python: - "3.6" install: - - pip install enum34 pathlib typing vim-vint + - pip install vim-vint script: - vint . |
