click-contrib / click-man

Automate generation of man pages for python click applications :star:
MIT License
163 stars 35 forks source link

Travis CI: Drop Python 3.3, 3.4; add 3.7, 3.8 #36

Closed ferdnyc closed 4 years ago

ferdnyc commented 4 years ago

Travis doesn't appear to support Python 3.3 at all anymore, and colorama explicitly doesn't support Python 3.4, so both of those jobs are failing during the CI run.

This PR just drops those versions, and adds 3.7 and 3.8 in their place.