I put a wrapper around Jeff Winkler&#39;s Nosy script that gives it a command line parser and a configuration file.  It would limit your &quot;builds&quot; to only triggering when there are source changes.  You can pass the --with-coverage in the options item of the config file.  And you get the ability to change your &quot;build&quot; on the fly if you include the config file in the list of files that are monitored for changes.<br>
<br>Details at: <a href="http://douglatornell.ca/software/python/Nosy/">http://douglatornell.ca/software/python/Nosy/</a><br><br>Source at: <a href="http://douglatornell.ca/software/python/Nosy-1.0.tar.gz">http://douglatornell.ca/software/python/Nosy-1.0.tar.gz</a><br>
<br>Cheers,<br><br>Doug<br><br><div class="gmail_quote">On Tue, May 5, 2009 at 12:57 PM, Noah Gift <span dir="ltr">&lt;<a href="mailto:noah.gift@gmail.com">noah.gift@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
While I am waiting for Titus to build his proper CI pony, I was<br>
wondering if anyone has any &quot;midget&quot; ponies laying around.  I am in<br>
deadline mode for the next month and can&#39;t justify setting up a proper<br>
buildbot, but am thinking about just running:<br>
<br>
while True:<br>
  sleep(10)<br>
  nosetests --with-coverage<br>
<br>
Anyone else have a better midget pony?<br>
<br>
--<br>
Cheers,<br>
<br>
Noah<br>
<br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</blockquote></div><br>