FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix travis, work around appveyor build breaks by benoithudson · Pull Request #751 · pythonnet/pythonnet · GitHub

Fix travis, work around appveyor build breaks - #751

Merged
filmor merged 1 commit into
pythonnet:masterfrom
Unity-Technologies:continuous-integration-fix
Oct 12, 2018
Merged

Fix travis, work around appveyor build breaks#751
filmor merged 1 commit into
pythonnet:masterfrom
Unity-Technologies:continuous-integration-fix

Conversation

Copy link
Copy Markdown
Contributor

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.

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 Bot commented Oct 12, 2018
edited
Loading

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@b6417ca). Click here to learn what that means.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             master     #751   +/-   ##
=========================================
  Coverage          ?   77.21%           
=========================================
  Files             ?       62           
  Lines             ?     5583           
  Branches          ?      891           
=========================================
  Hits              ?     4311           
  Misses            ?      980           
  Partials          ?      292
Flag Coverage Δ
#setup_linux 69.42% <100%> (?)
#setup_windows 76.39% <100%> (?)
Impacted Files Coverage Δ
setup.py 87.41% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6417ca...3625286. Read the comment docs.

Copy link
Copy Markdown
Contributor Author

@filmor, @denfromufa -- this patch is ready for merge, and then I can squash #745.

filmor merged commit 8a9fd73 into pythonnet:master Oct 12, 2018

filmor commented Oct 12, 2018

Copy link
Copy Markdown
Member

There you go, thank you very much :)

Copy link
Copy Markdown
Contributor

i approve this!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL