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

build: test Python 3.6 and 3.7 on Travis CI #29291

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 24, 2019

Add a Python 3.6 experimental run to Travis CI because the Python 3.7 run fails early because async is a reserved word in Python >= 3.7.

help wanted:

  1. How can we get the Python 3.6 build to complete before timing out (50 minutes)?
  2. How can we fix the async issue on Python >= 3.7?
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Aug 24, 2019
@cclauss cclauss added python PRs and issues that require attention from people who are familiar with Python. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. labels Aug 24, 2019
@Trott
Copy link
Member

Trott commented Aug 27, 2019

Trott pushed a commit that referenced this pull request Aug 27, 2019
PR-URL: #29291
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
@Trott
Copy link
Member

Trott commented Aug 27, 2019

Landed in bfa2683

@Trott Trott closed this Aug 27, 2019
@cclauss cclauss deleted the test-Python-3.6-on-Travis-CI branch August 27, 2019 05:34
BridgeAR pushed a commit that referenced this pull request Sep 3, 2019
PR-URL: #29291
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
@BridgeAR BridgeAR mentioned this pull request Sep 3, 2019
BridgeAR pushed a commit that referenced this pull request Sep 4, 2019
PR-URL: #29291
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. python PRs and issues that require attention from people who are familiar with Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants