Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.5 travis tests #2

Open
tgsmith61591 opened this issue Oct 4, 2016 · 3 comments
Open

Python 3.5 travis tests #2

tgsmith61591 opened this issue Oct 4, 2016 · 3 comments
Assignees

Comments

@tgsmith61591
Copy link
Owner

Add CI unit tests for Python 3.5 support

@tgsmith61591 tgsmith61591 added this to the Python 3.5 support milestone Oct 4, 2016
@tgsmith61591 tgsmith61591 self-assigned this Oct 4, 2016
@charlesdrotar
Copy link
Collaborator

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

@charlesdrotar
Copy link
Collaborator

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

@tgsmith61591
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants