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

Don Zickus dzickus at redhat.com
Wed Dec 18 14:10:08 UTC 2013


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