JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
88 stars 4 forks source link

Add OS X to CI build configuration #134

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Issue, or potential issue

We have no CI builds for mac OS. We only have for Linux and Windows. Currently, the project does build on Mac OS, but it is a better idea to use CI tools to check that this remains the case. For a long time, for instance, the fact that the PYTHON value was not included in MacOS builds.

Potential solutions

Add osx to Travis matrix.