Conversation
Update for Python 3 compatibility
This reverts commit 07b000a.
|
@BubaVV Thanks, it installed without issue (had to |
|
Was able to make it through the first tutorial. Copying their "final code" and adjusting the print statement for python3 (lol) and it worked fine |
|
@perone stop ignoring your repo |
|
@ranisalt if you think that a pull-request with 51 files changed, without testing implemented, will be merged fast, then you'll need to review what you think that an open-source contribution is. However, you are always free to implement testing for the project and submit a pull-request. But for that you'll have to invest more effort than what you did for the complaint =) |
|
@peronoe For testing I can recommend Travis CI. |
|
Perhaps @ranisalt will test it for us :) |
…y inside setup.py
Solving dependency with module future
two small bugs...
Tox now supports PEP8 check via Flake. Examples are fixed to pass test
Module 100% covered by tests. Deprecated __setslice__ method removed from G1DBase because it overrided by __setitem__
Also 3.6 tested a little bit
Probably not working
Coverage failed and turned off
Now module support both Python 2.7 and 3.5+