-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: add comment to .travis.yml on how to test Py3 #29473
Conversation
I think #29451 is more useful, because just turning py3 on doesn't get anyone very far. We know it doesn't work, and we know there are a number of workarounds that need to be pulled in for known problems, and that has to happen before we can discover what new and unknown problems still lurk. If anyone finds this useful, though, I certainly have no objections, but the comment has to be extended, because I've found that its also necessary to set |
This PR makes no attempt to ensure that those tests pass. |
Is something blocking us from landing this one? |
Landed in 6723169 |
PR-URL: #29473 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #29473 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #29473 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Checklist
This PR attempts to fulfill the original intention of #29451
It adds documentation to .travis.yml so that contributors
know how to test Python 3 on Travis CI.
This PR makes no attempt to ensure that those tests pass.
make -j4 test
(UNIX), orvcbuild test
(Windows) passes