WIP: Switch travis to python3
Use python3 for running tests as python 2 is no longer supported
Actually, github-markup is explicitly calling python2 here:
https://github.com/github/markup/blob/master/lib/github/markups.rb#L52
Should that be changed in this PR?
@aharpole would a PR updating python be accepted and released?
Ping @aharpole :)
Thanks for the ping!
I think the right path forward here is to get this gem pointed to using python 3 and I've opened an issue internally to triage this work needed.
Ordinarily I would welcome a PR but this is going to require some changes to systems beyond the gem itself to get fully shipped.
Any developments?