The latest versions of Travis introduce tools for building on multiple platforms:
- linux 64 bits
- Mac OS
- Windows server
See here for an overview
However, it is possible that the associated hosts do not yet have all the tools we need (to be investigated further ?).
The Mac OS host for example, seems to offer pip install for numpy and scipy but not matplotlib or cython (strange ? I may be misunderstanding): travis-ci/travis-ci#2312
It is anyway something we should start keeping an eye on, as it may evolve quickly in the coming weeks / months, and as building /testing / deploying for a large OS / python versions matrix is very useful.
This issue takes over Issue #47 and #198
The latest versions of Travis introduce tools for building on multiple platforms:
See here for an overview
However, it is possible that the associated hosts do not yet have all the tools we need (to be investigated further ?).
The Mac OS host for example, seems to offer pip install for numpy and scipy but not matplotlib or cython (strange ? I may be misunderstanding): travis-ci/travis-ci#2312
It is anyway something we should start keeping an eye on, as it may evolve quickly in the coming weeks / months, and as building /testing / deploying for a large OS / python versions matrix is very useful.
This issue takes over Issue #47 and #198