Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for Mac OS X #103

Merged
merged 1 commit into from
Sep 4, 2015
Merged

Add tests for Mac OS X #103

merged 1 commit into from
Sep 4, 2015

Conversation

philipbl
Copy link

@philipbl philipbl commented Sep 4, 2015

I added the ability to test Mac OS X on Travis CI. The solution is kind of heavy handed and involves changing a lot of .travis.yml and adding some helper scripts, but it works and it seems to be the only way to test Python projects on OS X. I used another repository for inspiration on how to format .travis.yml and write the scripts to allow for testing on OS X.

Here is a Travis CI build on my fork testing both Linux and OS X: https://travis-ci.org/philipbl/doit/builds/78691539

Currently, the OS X tests get stuck (as described in #101) and eventually time out. One of the tests (pypy3 on OS X) fails for other reasons, so I made that test optional.

schettino72 added a commit that referenced this pull request Sep 4, 2015
@schettino72 schettino72 merged commit ac2d862 into pydoit:watchdog Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants