Re: Python Projects Continuous Integration

2006-08-08 Thread Miki
Hello Dave, > I'm just starting a development project in Python having spent time in > the Java world. I was wondering what tool advice you could give me > about setting up a continuous integration environment for the python > code: get the latest source, run all the tests, package up, produce th

Re: Python Projects Continuous Integration

2006-08-07 Thread Grig Gheorghiu
Ziga Seilnacht wrote: > Dave Potts wrote: > > Hi, > > > > I'm just starting a development project in Python having spent time in > > the Java world. I was wondering what tool advice you could give me > > about setting up a continuous integration environment for the python > > code: get the latest

Re: Python Projects Continuous Integration

2006-08-07 Thread Fuzzyman
Dave Potts wrote: > Hi, > > I'm just starting a development project in Python having spent time in > the Java world. I was wondering what tool advice you could give me > about setting up a continuous integration environment for the python > code: get the latest source, run all the tests, package

Re: Python Projects Continuous Integration

2006-08-07 Thread Ant
Harry George wrote: > [snip stuff about how to set emacs up as your IDE] Not sure which post you read, but the OP of this thread was asking about continuous integration, not integrated development environments. i.e. tools to *automatically* check out code when the repository has changed, build it

Re: Python Projects Continuous Integration

2006-08-07 Thread Ziga Seilnacht
Dave Potts wrote: > Hi, > > I'm just starting a development project in Python having spent time in > the Java world. I was wondering what tool advice you could give me > about setting up a continuous integration environment for the python > code: get the latest source, run all the tests, package u

Re: Python Projects Continuous Integration

2006-08-06 Thread baalbek
Dave Potts wrote: > Hi, > > I'm just starting a development project in Python having spent time in > the Java world. I was wondering what tool advice you could give me > about setting up a continuous integration environment for the python > code: get the latest source, run all the tests, package

Re: Python Projects Continuous Integration

2006-07-28 Thread Fabio Zadrozny
On 28 Jul 2006 04:55:39 -0700, Dave Potts <[EMAIL PROTECTED]> wrote: Hi,I'm just starting a development project in Python having spent time inthe Java world.  I was wondering what tool advice you could give meabout setting up a continuous integration environment for the python code: get the latest

Re: Python Projects Continuous Integration

2006-07-28 Thread beliavsky
Harry George wrote: > "Dave Potts" <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I'm just starting a development project in Python having spent time in > > the Java world. I was wondering what tool advice you could give me > > about setting up a continuous integration environment for the python >

Re: Python Projects Continuous Integration

2006-07-28 Thread Harry George
"Dave Potts" <[EMAIL PROTECTED]> writes: > Hi, > > I'm just starting a development project in Python having spent time in > the Java world. I was wondering what tool advice you could give me > about setting up a continuous integration environment for the python > code: get the latest source, run

Python Projects Continuous Integration

2006-07-28 Thread Dave Potts
Hi, I'm just starting a development project in Python having spent time in the Java world. I was wondering what tool advice you could give me about setting up a continuous integration environment for the python code: get the latest source, run all the tests, package up, produce the docs, tag the