pydata/pandas
Hi.
I just finally got appveyor working like I want for the opensource project pandas: http://pandas.pydata.org/
nice build system you have!
Is it possible to configure this like we do for travis/CI to make this run on commits to pydata/pandas master?
I admin the pydata/pandas project so I put in webhooks if needed.
thanks
Jeff
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 07 Oct, 2014 06:37 PM
Hi Jeff,
Sure, there is GitHub webhook URL on General tab of project settings. You can use this URL to add a new webhook at GitHub. The only thing is to make sure Content type of webhook is
application/x-www-form-urlencoded
.2 Posted by Jeff Reback on 07 Oct, 2014 06:41 PM
I already am using that hook, for my branch, jreback/pandas. What I want to do is make this work for pydata/pandas as well. (IOW on travis it actually runs for the personal branches, AND the master branches). How should I set this up?
Support Staff 3 Posted by Feodor Fitsner on 07 Oct, 2014 06:53 PM
You can setup a new project for the same repo, but different branch or use the same webhook URL on two repos.
4 Posted by Jeff Reback on 07 Oct, 2014 06:59 PM
ok thanks
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.