-
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: test Python 3.7 on Travis CI AGAIN #29985
Conversation
Reimplement #29451 on the master branch
.travis.yml
Outdated
# - PYTHON_VERSION="3.7.1" | ||
- PYTHON_VERSION="3.7.1" | ||
- PYTHON=python3 | ||
- EXPERIMENTAL_NODE_GYP_PYTHON3="yes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forget, is EXPERIMENTAL_NODE_GYP_PYTHON3
still required for node-gyp
5.x?
.travis.yml
Outdated
@@ -10,9 +10,11 @@ language: cpp | |||
# To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind switching the Python on Travis to Python 3 (assuming everything works). If so this comment can go.
Looked like some travis failures:
|
Closing in favor of #29451 |
Reimplement #29451 on the master branch
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes