Reduce dupe between tests.py and matplotlib.test#5330
Merged
tacaswell merged 7 commits intomatplotlib:masterfrom Oct 28, 2015
Merged
Reduce dupe between tests.py and matplotlib.test#5330tacaswell merged 7 commits intomatplotlib:masterfrom
tacaswell merged 7 commits intomatplotlib:masterfrom
Conversation
0b69a58 to
4a9d870
Compare
.travis.yml
Outdated
Member
There was a problem hiding this comment.
mock shouldn't be necessary on Python 3, unless we're using something really new from 3.5.
Member
There was a problem hiding this comment.
However, it appears all imports prefer the Python 3 location, so this should be harmless.
Member
Author
There was a problem hiding this comment.
Yeah -- I thought it simplest to just always do it.
Member
Author
|
#5338 builds the docs on Python 3.5 |
Member
|
pep8 is also run on 2.7. That one seems safe to just flip to 3.5 now as well. |
606ccb9 to
f9e7255
Compare
f9e7255 to
a4715f9
Compare
tacaswell
added a commit
that referenced
this pull request
Oct 28, 2015
TST: Reduce dupe between tests.py and matplotlib.test
QuLogic
pushed a commit
to QuLogic/matplotlib
that referenced
this pull request
Oct 16, 2016
…tion TST: Reduce dupe between tests.py and matplotlib.test Conflicts: .travis.yml
Merged
Member
|
Backported to v2.x via f9cb9cf. |
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #5328