Skip to content
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

travis: install MacPython only once #1689

Merged
merged 1 commit into from Sep 23, 2019

Conversation

pquentin
Copy link
Member

The Travis macOS base image is documented to include Python: we can use
it to run nox instead of installing Python 3 explicitly, which should
result in faster builds.

The Travis macOS base image is documented to include Python: we can use
it to run nox instead of installing Python 3 explicitly, which should
result in faster builds.
@codecov-io
Copy link

codecov-io commented Sep 23, 2019

Codecov Report

Merging #1689 into master will increase coverage by 0.94%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1689      +/-   ##
=========================================
+ Coverage   98.45%   99.4%   +0.94%     
=========================================
  Files          22      22              
  Lines        2005    2005              
=========================================
+ Hits         1974    1993      +19     
+ Misses         31      12      -19
Impacted Files Coverage Δ
src/urllib3/response.py 100% <0%> (+0.27%) ⬆️
src/urllib3/util/url.py 98.98% <0%> (+1.01%) ⬆️
src/urllib3/connection.py 93.83% <0%> (+1.36%) ⬆️
src/urllib3/util/wait.py 98.43% <0%> (+21.87%) ⬆️

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 ab2adec...a519630. Read the comment docs.

@pquentin
Copy link
Member Author

The coverage improves because upload_coverage.sh now succeeds to install coverage in the macOS Python 2.7 build. The real fix is to just use python there, but I was planning to do that in another PR.

@sethmlarson sethmlarson merged commit b9a9ec5 into urllib3:master Sep 23, 2019
@pquentin
Copy link
Member Author

Thank you @sethmlarson for the quick reviews: they're really helpful!

@sethmlarson
Copy link
Member

No problem! :) Thank you for making all these changes.

@pquentin pquentin deleted the faster-macos-builds branch September 23, 2019 12:43
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
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.

None yet

3 participants