Re: [O] tests with travis-ci

2013-03-31 Thread Yann Hodique
On Fri, Mar 22, 2013 at 10:40 AM, Yagnesh Raghava Yakkala h...@yagnesh.org wrote: On Mar 22 2013, Yann Hodique yann.hodi...@gmail.com wrote: If so, it might be worth waiting for me to fix it (I'm afraid it's not there simply because I didn't need it :)). It would be sad to limit yourself

Re: [O] tests with travis-ci

2013-03-22 Thread Andreas Röhler
Am 21.03.2013 21:41, schrieb Bastien: [ ... ] Yes. The limitation of the pre-push hook comes from the fact that various developers may have various testing environments, no one should be prevented from pushing by the fact that tests do not pass for someone else. [ ... ] Hi, just to ask

Re: [O] tests with travis-ci

2013-03-22 Thread Yann Hodique
Yagnesh == Yagnesh Raghava Yakkala h...@yagnesh.org writes: [CC'ed to Yann Hodique to acknowledge him] Hello Bastien, I am attaching a patch, please have a look. (especially change in org-test.el) It is directly copied from Magit (with one minor change). It uses Yann's virtualenv-emacs¹

Re: [O] tests with travis-ci

2013-03-22 Thread Yagnesh Raghava Yakkala
Hello Yann, On Mar 22 2013, Yann Hodique yann.hodi...@gmail.com wrote: overall looks good to me. I'm glad to see that it might be useful for others :) Thanks for the review. About that, is it just because my code doesn't install a working ert-x.el for emacs 23 ? Probably not. I thought

Re: [O] tests with travis-ci

2013-03-22 Thread Nick Dokos
Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 21.03.2013 21:41, schrieb Bastien: [ ... ] Yes. The limitation of the pre-push hook comes from the fact that various developers may have various testing environments, no one should be prevented from pushing by the fact that tests do

Re: [O] tests with travis-ci

2013-03-22 Thread Andreas Röhler
Am 22.03.2013 13:55, schrieb Nick Dokos: Andreas Röhler andreas.roeh...@easy-emacs.de wrote: [ ... ] Not worth bothering about IMO: just run the whole test suite. Nick Hi Nick, thanks a lot for your explanation and patience. Still digging in... :) Andreas

Re: [O] tests with travis-ci

2013-03-21 Thread Bastien
Hi Yagnesh, Yagnesh Raghava Yakkala h...@yagnesh.org writes: travis is trivial enough to start using right away. I can make a patch for that. Thanks in advance for this. IIUC, it can't be done with travis. After little googling around, I found that such a conditional committing can be made

Re: [O] tests with travis-ci

2013-03-21 Thread Yagnesh Raghava Yakkala
[CC'ed to Yann Hodique to acknowledge him] Hello Bastien, I am attaching a patch, please have a look. (especially change in org-test.el) It is directly copied from Magit (with one minor change). It uses Yann's virtualenv-emacs¹ python package which creates multiple emacs environments. Let me