skutil icon indicating copy to clipboard operation
skutil copied to clipboard

Python 3.5 travis tests

Open tgsmith61591 opened this issue 9 years ago • 3 comments

Add CI unit tests for Python 3.5 support

tgsmith61591 avatar Oct 04 '16 00:10 tgsmith61591

scikit-learn's .travis.yml for reference.

charlesdrotar avatar Oct 19 '16 06:10 charlesdrotar

See issue#28 for matrix of Python / Scikit-learn tests

charlesdrotar avatar Oct 19 '16 18:10 charlesdrotar

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__ to str

tgsmith61591 avatar Nov 03 '16 01:11 tgsmith61591