From: Arun Babu Neelicattu abn@redhat.com
--- .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
On Wed, Dec 18, 2013 at 02:53:30PM +1000, abn@redhat.com wrote:
From: Arun Babu Neelicattu abn@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@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
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.
-arun
[1] https://travis-ci.org/ [2] https://travis-ci.org/abn/python-bugzilla/builds/15627298
----- Original Message -----
From: "Don Zickus" dzickus@redhat.com To: abn@redhat.com Cc: python-bugzilla@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@redhat.com wrote:
From: Arun Babu Neelicattu abn@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@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
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@redhat.com To: abn@redhat.com Cc: python-bugzilla@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@redhat.com wrote:
From: Arun Babu Neelicattu abn@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@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
On 12/19/2013 09:04 AM, Don Zickus wrote:
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.
I'll look into moving to github after the next release, which I intend to work on this month.
anb, is there a way to trigger travis-ci without a github repo, or is this config unused until we move to github?
- Cole
----- Original Message -----
From: "Cole Robinson" crobinso@redhat.com To: "python-bugzilla user/developer list" python-bugzilla@lists.fedorahosted.org, "Arun Neelicattu" abn@redhat.com Sent: Tuesday, January 7, 2014 1:17:45 AM Subject: Re: [python-bugzilla] [PATCH] Add travis-ci configuration.
On 12/19/2013 09:04 AM, Don Zickus wrote:
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.
I'll look into moving to github after the next release, which I intend to work on this month.
anb, is there a way to trigger travis-ci without a github repo, or is this config unused until we move to github?
AFAIK, travis does not support non-github repos yet. Could not find any mention in the docs either. So, yes, the config will be unused unless someone has a copy of the repo on github with the travis-ci service hook enabled.
- Cole
On 01/06/2014 05:48 PM, Arun Neelicattu wrote:
----- Original Message -----
From: "Cole Robinson" crobinso@redhat.com To: "python-bugzilla user/developer list" python-bugzilla@lists.fedorahosted.org, "Arun Neelicattu" abn@redhat.com Sent: Tuesday, January 7, 2014 1:17:45 AM Subject: Re: [python-bugzilla] [PATCH] Add travis-ci configuration.
On 12/19/2013 09:04 AM, Don Zickus wrote:
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.
I'll look into moving to github after the next release, which I intend to work on this month.
anb, is there a way to trigger travis-ci without a github repo, or is this config unused until we move to github?
AFAIK, travis does not support non-github repos yet. Could not find any mention in the docs either. So, yes, the config will be unused unless someone has a copy of the repo on github with the travis-ci service hook enabled.
Thanks. Regardless I decided to just push your patch, and expanded the commit message a bit. Maybe it will motivate me to do the github migration sooner :)
- Cole
python-bugzilla@lists.stg.fedorahosted.org