-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
test: cover supported node versions with travis #1809
Conversation
Sure. We can work this. A lot of this was done on https://github.com/refack/GYP |
before_install: nvm install 10 | ||
- name: "Node.js 12 & Python 3.7 on Linux" | ||
python: 3.7 | ||
before_install: nvm install 12 | ||
allow_failures: | ||
- os: windows |
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.
Perhaps add python: 3.7 to allow_failures ;-)
While you are in here, can you please change F72 on line 39 to F7 so that we add the flake8 F70x tests to our scans? I know that we currently do not have any F70x issues but putting this in place would catch any new occurrences. |
gibberish! but done |
Do you understand why Node 6 fails? Is it worth fixing? |
yes, it will magically turn green when #1808 is merged |
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.
Looks good to me once the tests pass.
f844879
to
7bcb6a4
Compare
PR-URL: #1809 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: cclauss <cclauss@me.com>
I think this might be the best way to get full coverage in travis. @cclauss @joaocgreis