skutil
skutil copied to clipboard
Python 3.5 travis tests
Add CI unit tests for Python 3.5 support
scikit-learn's .travis.yml for reference.
See issue#28 for matrix of Python / Scikit-learn tests
PEP3101 says % will be removed from string formatting at some point. Some of the discussion here seems to assert otherwise. We can add the .format replacement as a wishlist item for now. It's not critical, as it hasn't been deprecated yet.
To date we've covered the following issues in Python 3.x migration:
- Added a fix for Python 3.x removal of long type
- Added a fix for Python 3.x addition of
__iter__tostr