Vimjas / vint

Fast and Highly Extensible Vim script Language Lint implemented in Python.
MIT License
703 stars 33 forks source link

Drop support for Python 3.4 #345

Closed blueyed closed 4 years ago

blueyed commented 4 years ago

It fails to install PyYAML on Travis:

Collecting PyYAML>=3.11 (from vim-vint==0.3.21.dev53+g930a103) Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) ERROR: PyYAML requires Python '>=2.7, !=3.0., !=3.1., !=3.2., !=3.3., !=3.4.*' but the running Python is 3.4.8

codecov-io commented 4 years ago

Codecov Report

Merging #345 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #345   +/-   ##
=======================================
  Coverage   94.14%   94.14%           
=======================================
  Files         133      133           
  Lines        4152     4152           
  Branches      417      417           
=======================================
  Hits         3909     3909           
  Misses        150      150           
  Partials       93       93
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.6%) to 96.411% when pulling 3e6b4c1203978528c78c7e10c5da16df7ee18f7d on blueyed:py34 into a5d814c91e5b5db3824ad22a6f21c2bb89977e20 on Kuniwak:master.