tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

Travis CI support #8

Open tailhook opened 10 years ago

tailhook commented 10 years ago

It seems there is some effort, but currently it doesn't work.

Travis could be used to test not only 4 python versions, but also with optional C extension and optional nanoconfig.

Let me know, if you need any help with this.

tonysimpson commented 10 years ago

Hi tailhook, I think I've got the core build and test working. I need to do some research on nanoconfig. What are the optional C extensions you mention? Help or suggestions would be appreciated. Thanks.

tailhook commented 10 years ago

nanoconfig should be built similarly like nanomsg is built. "C extension" I mention is _nanomsg_cpy.so. What I was trying to say is to use Build Matrix functionality to make multiple builds with those things turned on and off.

tonysimpson commented 10 years ago

Ah ok, sounds easy I'll try and fit it in tomorrow.