On 17.04.19 16:00, E. Madison Bray wrote:
> On Wed, Apr 17, 2019 at 3:06 PM Daniel Krenn <[email protected]> wrote:
>>
>> Is it possible to set up a patchbot for running tests of SageMath on
>> Python3?
> 
> Yes, I believe so. Frédéric would know the specifics since I think he
> made it work.  According to the docs you have to put
> 
> "tested_files": "py3"
> 
> in the patchbot config file (see
> https://wiki.sagemath.org/patchbot#Configuration)
> 
> But one would also have to ensure that sage is configure with
> `--with-python=3` when doing builds, and I'm not exactly sure how best
> to force the patchbot to do that.  Certainly one way would be to
> export the non-obvious environment variable
> 
> export PREREQ_OPTIONS="--with-python=3"
> 
> as that is passed to `./configure` by the main Makefile.

Ok, thank you. I've set something up which is testing its base right
now. So let's see if this works out :)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to