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

MAINT: Use check_output when merging. #14465

Closed
wants to merge 1 commit into from

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Oct 21, 2016

Since we don't support Python 2.6 anymore, the check_output method from subprocess is
at our disposal.

Follow-up to #14447.

xref #14439 (comment)

@codecov-io
Copy link

codecov-io commented Oct 21, 2016

Current coverage is 85.25% (diff: 100%)

Merging #14465 into master will increase coverage by <.01%

@@             master     #14465   diff @@
==========================================
  Files           140        140          
  Lines         50655      50655          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43185      43186     +1   
+ Misses         7470       7469     -1   
  Partials          0          0          

Powered by Codecov. Last update 233d51d...e267d2b

Since we don't support Python 2.6 anymore,
the check_output method from subprocess is
at our disposal.
@gfyoung gfyoung force-pushed the merge-pr-refactor branch 2 times, most recently from 3e89a37 to e267d2b Compare October 23, 2016 20:06
@jreback jreback added the Build Library building on various platforms label Oct 24, 2016
@jreback jreback added this to the 0.19.1 milestone Oct 24, 2016
@jreback
Copy link
Contributor

jreback commented Oct 24, 2016

thanks!

@jreback jreback closed this in 8f54e35 Oct 24, 2016
@gfyoung gfyoung deleted the merge-pr-refactor branch October 24, 2016 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants