OpenSourceBrain / osb-model-validation

Tools for automated model validation in OpenSourceBrain projects
GNU Lesser General Public License v3.0
9 stars 9 forks source link

use numpy binaries on travis #47

Closed borismarin closed 4 years ago

borismarin commented 10 years ago

We don't need to waste time compiling numpy (and potentially scipy / sympy, see #46) on travis, since we can apt-get install it. This needs to be done for all .travis.yml, though -- so it would be nice to use the OSB api to fetch all projects and rewrite those files for us.

JustasB commented 9 years ago

I had similar problems installing numpy locally. Had to install numpy manually to get the dependencies to work.

borismarin commented 9 years ago

@JustasB see the conda branch, all that should be irrelevant given that we (will) have binaries for all deps.

pgleeson commented 4 years ago

Better support for numpy etc in travis now