nokia / git-changelog-generator

Git Changelog Generator
https://pypi.python.org/pypi/gcg
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Support python3 #38

Closed felfert closed 5 years ago

felfert commented 5 years ago

While developing a test for the custom filter parameterization I got some very strange errors in pylint. I'm using Fedora29 which has mostly moved to python3 so I suspect this to be a bug in the distro. So I tried gcg with python3 and after making some minor changes the tests work nicely here. I also changed the .travis.yml in order to set a matrix job. See my travis build logs. (This would be just another PR). Of course, I can't test deployment there.

felfert commented 5 years ago

Still WIP, resubmitting when it actually works