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

Maciej Fijalkowski fijall at gmail.com
Mon Sep 9 11:05:43 CEST 2013


On Mon, Sep 9, 2013 at 10:32 AM, Sarah Mount <mount.sarah at gmail.com> 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
split the repos (easy), but also make our infrastructure understand
the difference and make it work.

>
> Regards,
>
> Sarah
>
> On 9 Sep 2013 08:55, "Maciej Fijalkowski" <fijall at gmail.com> wrote:
>>
>> On Fri, Sep 6, 2013 at 11:53 AM, Sarah Mount <mount.sarah at gmail.com>
>> 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-ci.org/snim2/rcsp/
>> >
>> > The thing I'm interested in is that it would be nice to use travis to a)
>> > run
>> > automated tests, b) bulid documentation and c) use rpython to translate
>> > to
>> > an executable, at the very least to check that the translation doesn't
>> > error.
>> >
>> > This would be really useful for others I'm sure, and I'm happy to
>> > document
>> > this work for pypy and maybe set up a basic pypy project skeleton for
>> > github
>> > / travis users, which I can package separately or you might want to put
>> > into
>> > the repo or whatever -- assuming no one has done that already.
>> >
>> > The sticking point I've got at the moment is that if I get travis to use
>> > pypy and build the interpreter it cannot find the rpython executable.
>> > Presumably if it could it probably wouldn't be able to find rlib. The
>> > "right" fix for that problem is to install both rpython and its
>> > libraries in
>> > a virtualenv with pip. If I run "pip install" from the command line pip
>> > cannot find rpython, so does anyone have a recipe for this already?
>> >
>> > Thanks,
>> >
>> > Sarah
>>
>> Hi Sarah
>>
>> I believe Alex did something like that. Find him as Alex_Gaynor on IRC
>> or maybe he'll show up here ;-)
>>
>> Cheers,
>> fijal


More information about the pypy-dev mailing list