sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Travis CI: Remove Python 3.4 and add Python 3.7 #137

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Python 3.4 end of life is in 30 days. https://devguide.python.org/#branchstatus

Also, Travis are now recommending removing the sudo tag. "If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"

sk- commented 5 years ago

Great @cclauss ! That fixed it. Would you mind moving the ruby-dev installation to the file script/install-linters.sh

Also, you need to edit https://github.com/sk-/git-lint/blob/master/setup.py#L75-L80, and please also edit https://github.com/sk-/git-lint#python-versions.