Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Sean Fisk
Hi Sarah, Maciej is right; Alex did do something like that. He has Travis-CI running on RPLY: https://github.com/alex/rply/blob/master/.travis.yml I refined the installation slightly for my summer project: https://github.com/seanfisk/rpython-stencil-language/blob/master/.travis.yml Using this re

Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Alex Gaynor
Yup, right now it uses the cool hack of "Download the tarball, unpack, and manually put it on the Python path" Alex On Mon, Sep 9, 2013 at 6:00 AM, Carl Friedrich Bolz wrote: > On 09/09/13 09:55, Maciej Fijalkowski wrote: > > I believe Alex did something like that. Find him as Alex_Gaynor on I

Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Carl Friedrich Bolz
On 09/09/13 09:55, Maciej Fijalkowski wrote: > I believe Alex did something like that. Find him as Alex_Gaynor on IRC > or maybe he'll show up here ;-) Yes, Topaz is using Travis: https://github.com/topazproject/topaz Cheers, Carl Friedrich ___ pypy-d

Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Maciej Fijalkowski
On Mon, Sep 9, 2013 at 10:32 AM, Sarah Mount wrote: > Thanks. I had a look through some past threads, "pip install rpython" would > solve my problem. I'm not sure what that's currently blocked on but I'd be > happy to help. that's a thing we have as a goal, but we're not there yet. We need to spl

Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Sarah Mount
Thanks. I had a look through some past threads, "pip install rpython" would solve my problem. I'm not sure what that's currently blocked on but I'd be happy to help. Regards, Sarah On 9 Sep 2013 08:55, "Maciej Fijalkowski" wrote: > On Fri, Sep 6, 2013 at 11:53 AM, Sarah Mount > wrote: > > Hi t

Re: [pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-09 Thread Maciej Fijalkowski
On Fri, Sep 6, 2013 at 11:53 AM, Sarah Mount wrote: > Hi there, > > I haven't had much time to work on rcsp since the Sprint, but I've been > tinkering with the infrastructure here and there. I have added the project > to the travis-ci.org continuous integration platform here: > > https://travis-c

[pypy-dev] Working on a recipe for using travis-ci with pypy projects

2013-09-06 Thread Sarah Mount
Hi there, I haven't had much time to work on rcsp since the Sprint, but I've been tinkering with the infrastructure here and there. I have added the project to the travis-ci.org continuous integration platform here: https://travis-ci.org/snim2/rcsp/ The thing I'm interested in is that it would b