[SciPy-Dev] Testing SciPy against NumPy master.

Ralf Gommers ralf.gommers at gmail.com
Sun Aug 11 14:51:40 EDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130811/71cd475e/attachment.html>


More information about the SciPy-Dev mailing list