Closed larsmans closed 9 years ago
I'm now using this setup to install numpy&scipy for Python 2.x and 3.x on Travis: https://github.com/TeamHG-Memex/Formasaurus/blob/master/.travis.yml. scipy is still installed by pip (it is in install_requires); apt-get install scipy ensures dependencies are satisfied. It is kind of slow the first time (and with no output because of travis_wait), but subsequent runs are fast.
Thanks, I stole some of that for my second version. I'm now trying Travis's Trusty beta to get a new enough SciPy.
wow, they finally made Trusty beta, didn't know that - thanks!
Not that it matters, it doesn't seem to pick up the right NumPy for some reason...
Ok, got it right, pushed to master.
:+1:
Hopefully this will prevent timeouts on Travis.