This PR sets use_2to3 to False in setup.py. It was originally set to True as part of a boilerplate setup.py that was created 2 years ago. I dislike use_2to3 and am happy to turn it off (I'd rather know for real whether the code is actually py2 and py3 compatible rather than relying upon install time conversion magic).
Going via a PR to test the impact on Travis and coveralls.
This PR sets
use_2to3
to False in setup.py. It was originally set to True as part of a boilerplate setup.py that was created 2 years ago. I dislikeuse_2to3
and am happy to turn it off (I'd rather know for real whether the code is actually py2 and py3 compatible rather than relying upon install time conversion magic).Going via a PR to test the impact on Travis and coveralls.