aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2018-11-05 14:20:39 -0800
committermitermayer <mitermayer.reis@gmail.com>2018-11-05 14:24:11 -0800
commita564d8a356cb45bf6f438dfd1a5eaa50884b1f7a (patch)
tree6e266b37d904050767b315917b36ed7643ab74a7
parent294233e80dc2732790e16bd37554aa76a01454a6 (diff)
downloadvim-prettier-a564d8a356cb45bf6f438dfd1a5eaa50884b1f7a.tar.xz
On python3.6 we dont need those extra pip deps to be declared
-rw-r--r--.travis.yml2
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 .