Re: [Numpy-discussion] appveyor CI

2015-03-06 Thread Chris Barker
On Thu, Mar 5, 2015 at 5:07 PM, Charles R Harris charlesr.har...@gmail.com wrote: Do line endings in the scripts matter? I have no idea if powershell cares about line endings, but if you are using git, then you'll want to make sure that your repo is properly configured to normalize line

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Denis-Alexander Engemann
Same for MNE-Python: https://github.com/mne-tools/mne-python/blob/master/appveyor.yml Denis 2015-03-05 20:42 GMT+01:00 Stefan van der Walt stef...@berkeley.edu: Hi Chuck On 2015-03-05 10:09:08, Charles R Harris charlesr.har...@gmail.com wrote: Anyone familiar with appveyor

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Stefan van der Walt
Hi Chuck On 2015-03-05 10:09:08, Charles R Harris charlesr.har...@gmail.com wrote: Anyone familiar with appveyor http://www.appveyor.com/? Is this something we could use to test/build numpy on windows machines? It is free for open source. We already use this for scikit-image, and you are

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Charles R Harris
On Thu, Mar 5, 2015 at 12:42 PM, Stefan van der Walt stef...@berkeley.edu wrote: Hi Chuck On 2015-03-05 10:09:08, Charles R Harris charlesr.har...@gmail.com wrote: Anyone familiar with appveyor http://www.appveyor.com/? Is this something we could use to test/build numpy on windows

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Robert McGibbon
I develop on linux and osx, and I haven't experienced any Appveyor problems related to line endings, so I assume it's normalized somehow. -Robert On Mar 5, 2015 5:08 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Thu, Mar 5, 2015 at 5:38 PM, Robert McGibbon rmcgi...@gmail.com

[Numpy-discussion] appveyor CI

2015-03-05 Thread Charles R Harris
Anyone familiar with appveyor http://www.appveyor.com/? Is this something we could use to test/build numpy on windows machines? It is free for open source. Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Robert McGibbon
From my experience, it's pretty easy, assuming you're prepared to pick up some powershell. Some useful resources are - Olivier Grisel's example. https://github.com/ogrisel/python-appveyor-demo - I made a similar example, using conda. https://github.com/rmcgibbo/python-appveyor-conda-example

Re: [Numpy-discussion] appveyor CI

2015-03-05 Thread Charles R Harris
On Thu, Mar 5, 2015 at 5:38 PM, Robert McGibbon rmcgi...@gmail.com wrote: From my experience, it's pretty easy, assuming you're prepared to pick up some powershell. Some useful resources are - Olivier Grisel's example. https://github.com/ogrisel/python-appveyor-demo - I made a similar