ian-andrich / PythonPengines

A Python interface to the Prolog pengines library. Makes it exceedingly easy to call out to SWI-Prolog within Python!
MIT License
12 stars 9 forks source link

Enable travis #17

Closed cmungall closed 5 years ago

cmungall commented 5 years ago

@ian-andrich would you be able to enable travis-ci here: https://travis-ci.org/ian-andrich/PythonPengines

That way we can have checks running on PRs.

Thanks!!

ian-andrich commented 5 years ago

Ok, just signed up, let me figure out what else needs to be done.

ian-andrich commented 5 years ago

@cmungall Notes from TravisCI website

Python builds are not available on the macOS environment.

Does this negatively affect you? Going to set it up to run on windows and linux in short term. I will start a travis ci branch and at least get the skeleton up.

ian-andrich commented 5 years ago

Ok -- windows doesn't work either.

ian-andrich commented 5 years ago

@cmungall Ok, got it working.

cmungall commented 5 years ago

Just to be clear I am mostly interested in travis for unit tests, not for making builds for people to use - I hadn't considered the latter. Could be v useful - but maybe much harder than just getting tests working on PRs!

On Wed, Aug 14, 2019 at 1:55 PM ian-andrich notifications@github.com wrote:

@cmungall https://github.com/cmungall Notes from TravisCI website

Python builds are not available on the macOS environment.

Does this negatively affect you? Going to set it up to run on windows and linux in short term. I will start a travis ci branch and at least get the skeleton up.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ian-andrich/PythonPengines/issues/17?email_source=notifications&email_token=AAAMMOOCLNJEJMVXUAVO6S3QERWMRA5CNFSM4IK542Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4KCTSQ#issuecomment-521415114, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAMMOPFHZPYM5EMAXN3RMLQERWMRANCNFSM4IK542ZQ .

ian-andrich commented 5 years ago

Same. I've run into cross os issues relating to lower level functionality like time and networking before.

I hadn't there doesn't appear to be much we need to build at present.