Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

benoithudson
Copy link
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
Copy link

codecov bot commented Oct 12, 2018

Codecov Report

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

Impacted file tree graph

@@            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.

@benoithudson
Copy link
Contributor Author

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

@filmor filmor merged commit 8a9fd73 into pythonnet:master Oct 12, 2018
@filmor
Copy link
Member

filmor commented Oct 12, 2018

There you go, thank you very much :)

@den-run-ai
Copy link
Contributor

i approve this!

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