[SciPy-User] Travis, wheels, and scikit-image

Matthew Brett matthew.brett at gmail.com
Tue Oct 13 11:58:16 EDT 2015


Hi,

On Tue, Oct 13, 2015 at 8:39 AM, Daπid <davidmenhur at gmail.com> wrote:
>
> On 13 October 2015 at 17:14, Fabien <fabien.maussion at gmail.com> wrote:
>>
>> Thanks Ralf. A bit oversized for my needs but I thinks that it will make
>> it.
>
>
>
> A simplest option, specify them manually. Doable if you don't have many
> packages, and you can use it to pre-install the ones that may give you
> trouble:
>
> before_install:
>   - uname -a
>   - free -m
>   - df -h
>   - ulimit -a
>   - pip install -U pip wheel setuptools
>   - pip install numpy cython nose six matplotlib
>   - pip install -v -U scipy
>   - python -V
>
> Note that I added the -v flag for scipy because it takes around 10 min to
> install on Travis, and Travis kills jobs that don't produce output after
> that time. This is only relevant once per Scipy release, the rest of the
> times it will use the cached wheel. The full script is here:
>
> https://raw.githubusercontent.com/Dapid/GPy/a02beebf27a95733e7a49a86f1a6642b2cb160fe/.travis.yml

There's a good example of using pre-built travis wheels here :
https://github.com/matplotlib/matplotlib/blob/master/tools/travis_tools.sh

Cheers,

Matthew



More information about the SciPy-User mailing list