[python-bugzilla] [PATCH] Add travis-ci configuration.

Don Zickus dzickus at redhat.com
Thu Dec 19 14:04:52 UTC 2013


On Wed, Dec 18, 2013 at 05:24:17PM -0500, Arun Neelicattu wrote:
> Hi Don,
> 
> The change is anticipating a move to github. Travis CI is a continuous integration server [1]. A sample build is available to view at [2].
> 
> This change can be ignored if we no longer plan to move to github. Hope that clarifies things a bit.

Ah, that makes sense now. :-)  Thanks!  I don't know what the plan is for
github.

Cheers,
Don

> 
> -arun
> 
> [1] https://travis-ci.org/
> [2] https://travis-ci.org/abn/python-bugzilla/builds/15627298
> 
> ----- Original Message -----
> > From: "Don Zickus" <dzickus at redhat.com>
> > To: abn at redhat.com
> > Cc: python-bugzilla at lists.fedorahosted.org
> > Sent: Thursday, December 19, 2013 12:10:08 AM
> > Subject: Re: [python-bugzilla] [PATCH] Add travis-ci configuration.
> > 
> > On Wed, Dec 18, 2013 at 02:53:30PM +1000, abn at redhat.com wrote:
> > > From: Arun Babu Neelicattu <abn at redhat.com>
> > 
> > Sorry for my ignorance, but what is travis-ci?
> > 
> > It would be nice if these changelogs were a little more descriptive to
> > explain what you are doing and why it is necessary.  I understand the
> > subject line does a pretty good job, but if one doesn't know what
> > travis-ci is, then the rest of the patches don't make sense.
> > 
> > Cheers,
> > Don
> > 
> > > 
> > > ---
> > >  .travis.yml | 8 ++++++++
> > >  1 file changed, 8 insertions(+)
> > >  create mode 100644 .travis.yml
> > > 
> > > diff --git a/.travis.yml b/.travis.yml
> > > new file mode 100644
> > > index 0000000..6f8ca4a
> > > --- /dev/null
> > > +++ b/.travis.yml
> > > @@ -0,0 +1,8 @@
> > > +language: python
> > > +install:
> > > +  - pip install tox
> > > +script:
> > > +    - tox -- --ro-functional
> > > +branches:
> > > +notifications:
> > > +  email: false
> > > --
> > > 1.8.1.4
> > > 
> > > _______________________________________________
> > > python-bugzilla mailing list
> > > python-bugzilla at lists.fedorahosted.org
> > > https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
> > 


More information about the python-bugzilla mailing list