[Twisted-Python] [ANNOUNCE] Salut à Toi 0.4.0: powerful XMPP client based on Twisted/Wokkel

2014-02-28 Thread Goffi
G'day, We are proud to announce the 0.4.0 release of "Salut à Toi", a powerful XMPP client with "social" features such has microblogging, group permissions (called elsewhere "aspects" or "circles"), file sharing, multi-user chat, etc. The project is based on Twisted and Wokkel, and is multi-

[Twisted-Python] Enabling travis-ci tests for reviews via pull requests

2014-02-28 Thread Adi Roiban
Hi, The possibility of using travis-ci for running tests against patches from non-commiters was raised during a review so I would like to summarize my findings. Travis-CI can run tests on multiple python version and the results are public. It will accept any patch submitted via a pull request and

Re: [Twisted-Python] Help non-commiter to fully test their changes locally or remote

2014-02-28 Thread HawkOwl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, TwistedChecker is kind of maintained by me - I've just not had the drive to work on it as much as other things :) Some of the invalid TwistedChecker errors are hard to solve - some are because they're hard to detect statically (for example, `some

[Twisted-Python] inotify tests failing on travis-ci

2014-02-28 Thread Adi Roiban
I have 4 inotify tests which are failing on travis-ci builders: They pass on my local system which is also Ubuntu 12.04 with virtualenv. Do you know what could be the cause of these failures? Any hint of what can be done to fix them? Thanks! - Full log is here: https://travis-ci.org/chevah

[Twisted-Python] Help non-commiter to fully test their changes locally or remote

2014-02-28 Thread Adi Roiban
Hi, I am trying to gather documentation to help non-commiters test their changes before sending them to review. When run locally some tests fail with a lot of errors and is hard for a developer to filter the errors generated by his/her changes. Ex: * twistedchecker * pyflakes * api-reference