Popular hosted CI servers:<p>1. Gitlab CI<p>2. Drone.io CI<p>3. Travis CI<p>Special Requirements:<p>1. Cross-Platform, so that our python module can be tested and reported under Windows too.<p>2. Easy integration with Github<p>Current Setup<p>Travis CI - It is quite easy to setup, but lacks Windows support.
Basically, something like Travis with windows support.<p>Is this possible?<p>It would be great if the CI server could report back which part of the test failed rather than just a FAIL message for any error. For eg. sometimes its good to know that only the PEP8 tests failed or it failed only on Python3 cases, without looking into the whole log.
Look into wercker.com - it works with docker containers so cross-platform python should work OK. They have some blog posts about Windows support too.<p>It's currently free whilst in beta but I guess they expect to charge eventually.<p>I'm not affiliated with them in any way but I have been happily using the service (testing Node & Python on Linux) for almost a year.
Appveyor (<a href="http://www.appveyor.com/" rel="nofollow">http://www.appveyor.com/</a>) seems like the best solution out there and fits my bill.