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
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
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
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
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
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
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
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
>
"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