desihub / specter

A toolkit for simulating multi-object spectrographs
Other
8 stars 7 forks source link

don't use 2to3 #55

Closed sbailey closed 6 years ago

sbailey commented 6 years ago

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.