tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

update pyp versions for tests #34

Closed lots0logs closed 7 years ago

waldyrious commented 7 years ago

@lots0logs pypy-5.5 doesn't seem to be available on Travis.

https://github.com/travis-ci/travis-ci/issues/4756 has related discussion.

lots0logs commented 7 years ago

@waldyrious Alright, its (finally) good to go :+1:

waldyrious commented 7 years ago

Nice work! For future reference, how does one figure out the correct pypy version format to use? Is there a list publicly available somewhere?

lots0logs commented 7 years ago

@waldyrious Sadly, no there isn't. I found the version I used in this PR while looking through their github issues that had mention of "pypy" in them :roll_eyes:

waldyrious commented 7 years ago

That's too bad. Thanks for confirming.