- Notifications
You must be signed in to change notification settings - Fork750
Fix travis, work around appveyor build breaks#751
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix travis, work around appveyor build breaks#751
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Travis now has msbuild 15 available, which breaks the no-arg build since it's using the pythonnet.sln which is msbuild 14. Fixed by forcing the use of msbuild 14.Appveyor on py34 is failing to build psutil; newer python and py27 are using binary releases so the problem doesn't show up. I couldn't figure out how to fix it, so I made it an allowed failure.
codecovbot commentedOct 12, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #751 +/- ##========================================= Coverage ? 77.21% ========================================= Files ? 62 Lines ? 5583 Branches ? 891 ========================================= Hits ? 4311 Misses ? 980 Partials ? 292
Continue to review full report at Codecov.
|
There you go, thank you very much :) |
i approve this! |
Continuous integration on pythonnet/master is broken at the moment. This patch gets to green-light on master.
(1) Travis now has msbuild 15 available, which breaks the no-arg build since it's using the pythonnet.sln which is msbuild 14. Fixed by forcing the use of msbuild 14.
(2) Appveyor on py34 is failing to build psutil. Newer python and py27 are using binary releases so the problem doesn't show up. I couldn't figure out how to fix it, so I made it an allowed failure.