Without continuous build and test the pyczmq project can be broken until
someone trying to install and run the tests discovers the issue. This is
not ideal.

Pyczmq was out of sync with czmq today after an update was pushed to czmq.
This meant it was effectively broken were someone to download and try to
use it alongside the current czmq.

I'm running a buildbot locally that checks libsodium, libzmq, czmq, pyzmq
and pyczmq upon detection of a commit to any of the projects so I was able
to detect and fix the issue relatively quickly.

I would like to add some form of Continuous Integration checking to the
pyczmq project? Something like the Travis approach being used by czmq would
be ideal. I assume I need to create the travis.yml file and then what? Can
anyone tell me the steps I should follow to implement this?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to