google / vim-coverage

Apache License 2.0
101 stars 22 forks source link

Travis test runs failing with "python" command not available #37

Closed dbarnett closed 5 years ago

dbarnett commented 5 years ago

Travis CI runs like https://travis-ci.org/google/vim-coverage/builds/571731678 are failing with errors from vim like: E319: Sorry, the command is not available in this version: python <<EOF

It seems to be building with Debian's latest vim package that enables python3 and doesn't have python2 support, so the test setup needs to be updated to be compatible with python3.