Re: [matplotlib-devel] Developer summit at Scipy?

2014-02-28 Thread Damon McDougall
I will be there. I'm also willing to join in on any discussion. On Thu, Feb 27, 2014 at 10:28 AM, Michael Droettboom wrote: > How many matplotlib developers are planning to attend SciPy this year? > > If we used some of our funds to support an extra hotel night, would any > of you be interested

[matplotlib-devel] mpl_toolkits tests module not included in install

2014-02-28 Thread Benjamin Root
I was just about to put together a PR to whitelist the test_mplot3d.py so that Travis would do these tests by default, when I discovered that the test wasn't even available via the packaged install. In setupext.py, we have a mpl_toolkits OptionalPackage as well as a tests OptionalPackage, which ar