Closed aleskarova closed 7 years ago
Thank you!
Could you please push the new version of robotframework-lint with supporting Python 3 to PyPi? I use it in my project and it'll be convenient for me to install it with pip rather than download it from github. Thank you in advance.
Version 0.9 has been uploaded to pypi
Thank you!
Version 0.9 has been uploaded to pypi
Just a friendly request: would it be possible to tag releases in the repo in the future? I have no idea what commit the 0.9 release available on PyPI was made from. Thanks!
I've dug the PyPI archive and it seems that 0.9 was made of commit eca94b3; based the content of the file .egg-info/pbr.json. edit: nope this doesn't make sense as it dates back to 2015.
Based on the date of the release and the commits history, this would have to be commit: e851879bab1f63e4e53b34a4dc8a67ed95102830. All the tests pass for this commit, unlike on the current master.
Hi! As you know Robot Framework has supported Python 3 for about a year and it would be great if robotframework-lint also supports Python 3. I've made some changes in the source code so the linter could be used with Python 2 and Python 3. I tested it with Python 2.7, 3.3, 3.4 and 3.5 and it seems work OK. Please consider my changes to add them in your master branch.