matplotlib / mpl_mac_testing

Configuration for testing matplotlib on Mac OS-X using Travis
0 stars 5 forks source link

MRG: updating build script to latest versions #14

Closed matthew-brett closed 10 years ago

matthew-brett commented 10 years ago

Python download link has changed. No need for easy_install now get-pip.py is available. Newest Python 2.7 is 2.7.6 dateutil now works on Python 3 Testing now on 10.9 not 10.8 (though this is just cosmetic).

Still failing when building against System python because of this bug:

http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa

mdboom commented 10 years ago

Thanks for working on this!

matthew-brett commented 10 years ago

OK - I think this one is now ready to merge - any objections?

matthew-brett commented 10 years ago

Will merge tomorrow unless I hear otherwise.

mrterry commented 10 years ago

much improved over what I started. please do merge.

dmcdougall commented 10 years ago

This is targeting matplotlib:master. Is that intentional, or should it target mpl_mac_testing:master?

matthew-brett commented 10 years ago

I think it's targeting mpl_mac_testing:master - is it possible you are looking at the top of the page, "matthew-brett wants to merge ..." ? There matplotlib in matplotlib:master refers to the organization.

dmcdougall commented 10 years ago

@matthew-brett Indeed I was. Thanks for clarifying.