diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2018-11-05 14:26:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-05 14:26:21 -0800 |
| commit | a075107c2accabb3694d56ab24b9061d7b50287c (patch) | |
| tree | 6e266b37d904050767b315917b36ed7643ab74a7 | |
| parent | 294233e80dc2732790e16bd37554aa76a01454a6 (diff) | |
| parent | a564d8a356cb45bf6f438dfd1a5eaa50884b1f7a (diff) | |
| download | vim-prettier-a075107c2accabb3694d56ab24b9061d7b50287c.tar.xz | |
Merge pull request #157 from prettier/cleaning-up-travis-config
On python3.6 we dont need those extra pip deps to be declared
| -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 . |
