vim-jp / vim-vimlparser

Vim script parser
Other
165 stars 25 forks source link

WIP: Test python with 2.7, 3.4 #132

Closed tyru closed 5 years ago

tyru commented 5 years ago

Fix #131

The versions are used by Kuniwak/vint.

mattn commented 5 years ago

LGTM

tyru commented 5 years ago

@mattn sorry, I forgot to add "WIP" to title 😓 maybe 9012094d16077e6a2bf7e9b37022dab811d55372 works perfect then... (waiting the result)

blueyed commented 5 years ago

I'd rather do this via / with https://github.com/vim-jp/vim-vimlparser/pull/122. The flake8 check there might be enough already.

But for doing this explicitly, you could probably just use "python3" explicitly.

blueyed commented 5 years ago

As for vint, it tests with py27, and py{34,35,36,37) - but that's really not necessary here.

tyru commented 5 years ago

Okay, so can you take this over in #122 ? Then I'll close this PR.

blueyed commented 5 years ago

@tyru Added to the TODO there.

tyru commented 5 years ago

Thanks!

blueyed commented 5 years ago

Done in https://github.com/vim-jp/vim-vimlparser/pull/134.