[SciPy-Dev] Testing SciPy against NumPy master.

Blake Griffith blake.a.griffith at gmail.com
Mon Aug 12 11:09:02 EDT 2013


On Sun, Aug 11, 2013 at 2:02 PM, Ralf Gommers <ralf.gommers at gmail.com>wrote:

>
>
>
> On Sun, Aug 11, 2013 at 8:54 PM, Nathaniel Smith <njs at pobox.com> wrote:
>
>> Should scipy test against numpy master, or should numpy test latest scipy
>> against numpy master? Arguably any time numpy master breaks scipy it's a
>> bug in numpy, so maybe this should be part of numpy's .travis.yml instead?
>>
> Mostly failures are because of the changed test mode for numpy master
> ('develop' instead of 'release', turning warnings into errors), so I think
> Blake's proposal makes sense.
>
> Testing numpy master against a set of the latest releases of other
> packages (scipy, scikit-xxx) would also be useful though.
>
> Ralf
>
>
>
>> On 11 Aug 2013 19:51, "Ralf Gommers" <ralf.gommers at gmail.com> wrote:
>>
>>>
>>>
>>>
>>> On Sun, Aug 11, 2013 at 8:13 PM, Blake Griffith <
>>> blake.a.griffith at gmail.com> wrote:
>>>
>>>> Would it be possible to have TravisCI test against NumPy master?
>>>> Currently it only tests against the latest stable version of NumPy, 1.7.x
>>>> with various versions of python. If this is possible, it would probably
>>>> only need to be done with Python 3.3.
>>>>
>>>> When I test SciPy with NumPy master it seems like something new always
>>>> broken.
>>>>
>>>
>>> That's a good idea; it requires someone to figure out how to change the
>>> .travis.yml config file to do the right thing here. Do you want to have a
>>> go at that?
>>>
>>> I think we'd want to change the build matrix to something like:
>>>
>>>     python 2.6, numpy 1.5.1, testmode=full
>>>     python 2.7, numpy 1.5.1, testmode=fast + pep8  # requires change to
>>> runtests.py to do pep8 as well
>>>     python 3.3, numpy master, testmode=fast
>>>
>>> Ralf
>>>
>>
Changing the .travis.yml file doesn't seem too difficult. I'll try it out
on one of Travis' free trials asap.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130812/05e90fe9/attachment.html>


More information about the SciPy-Dev mailing list