X Tutup
Skip to content

Add pandas to python 3.6 build#8584

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
dstansby:travis-pandas-36
May 8, 2017
Merged

Add pandas to python 3.6 build#8584
tacaswell merged 1 commit intomatplotlib:masterfrom
dstansby:travis-pandas-36

Conversation

@dstansby
Copy link
Copy Markdown
Member

@dstansby dstansby commented May 6, 2017

I don't see any reason why we shouldn't do pandas tests on the python 3.6 build, especially now we have a nice tutorial about plotting with pandas data!

@tacaswell tacaswell added this to the 2.1 (next point release) milestone May 7, 2017
@tacaswell tacaswell closed this May 7, 2017
@tacaswell tacaswell reopened this May 7, 2017
Copy link
Copy Markdown
Member

@tacaswell tacaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only reason not to is time, might be worth dropping pandas for 2.7 in this PR. wheels mean the install is fast, unreserved 👍

@jenshnielsen
Copy link
Copy Markdown
Member

@tacaswell how large is the overhead. As I recall (but I could be wrong) the main overhead originally was from building pandas. Now that we have bin wheels and pip caching that should be minimal so it's only really the runtime overhead of the tests

@tacaswell
Copy link
Copy Markdown
Member

@jenshnielsen Ah, good point. There are only a handful of tests so this should not affect runtime that much.

@tacaswell tacaswell merged commit cffbf53 into matplotlib:master May 8, 2017
@dstansby dstansby deleted the travis-pandas-36 branch May 20, 2017 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup