Brett Cannon added the comment:

One piece of feedback I could stand to get from people who have used a 
devinabox at a sprint is how often a certain step is repeated in terms of 
coverage.py (since it's the most complicated one). Which one happens the most?

1. Checkout, setup, build, and cover once
2. Checkout once, setup, build & cover multiple times
3. Checkout, setup, and build once, cover multiple times

I'm trying to figure out how much to bother automating. Right now I am covering 
option 2, but perhaps option 1 happens the most and so the setup script should 
do everything needed that is in any way finicky (e.g. setting up distribute as 
necessary in-place) but not dependent on networking (e.g. cloning coverage.py).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17465>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to