| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
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.
|
Sorry, something went wrong.
Sorry, something went wrong.
|
There you go, thank you very much :) |
Sorry, something went wrong.
|
i approve this! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.