FIX: Fix super call for Python 2.7 #7665

Merged
merged 1 commit into from Dec 23, 2016

Conversation

Projects
None yet
4 participants
Contributor

Eric89GXL commented Dec 22, 2016

Closes #7664.

@Eric89GXL Eric89GXL FIX: Fix super call for Python 2.7
d31adc5

NelleV changed the title from FIX: Fix super call for Python 2.7 to [MRG+1] FIX: Fix super call for Python 2.7 Dec 22, 2016

NelleV changed the title from [MRG+1] FIX: Fix super call for Python 2.7 to [MRG+2] FIX: Fix super call for Python 2.7 Dec 22, 2016

Contributor

NelleV commented Dec 22, 2016

LGTM. The travis failure is unrelated, but launching again.
Considering it is the same tests always failing for all the PR, we may to consider doing something at some point about it.

@tacaswell tacaswell merged commit c4caab8 into matplotlib:master Dec 23, 2016

2 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+1.2%) to 63.26%
Details

@tacaswell tacaswell added a commit that referenced this pull request Dec 23, 2016

@tacaswell tacaswell Merge pull request #7665 from Eric89GXL/fix-super
FIX: Fix super call for Python 2.7
db9b188

QuLogic changed the title from [MRG+2] FIX: Fix super call for Python 2.7 to FIX: Fix super call for Python 2.7 Dec 23, 2016

Owner

tacaswell commented Dec 23, 2016

backported to v2.x as db9b188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment