pyvec / elsa

Helper module for hosting Frozen-Flask based websites on GitHub pages
Other
28 stars 49 forks source link

Travis CI: Build on OS X as well #23

Closed hroncok closed 7 years ago

hroncok commented 7 years ago

Python is not officially supported on Mac on Travis, so we fetch it from homebrew, where only the latest version is available.

It takes quite some time before the test run starts, so I've marked it with allow_failures and fast_finish not the slow down the general result from Travis CI. This means a Mac failure would not render the commit/PR red, but it's still better than without Mac CI.

Doing this as PR just to test AppVeyor (I would push it to master directly otherwise).