Conda on travis - #4114
Conversation
|
Sure. I consider this a little lower priority than originally thought, since it does not decrease testing times. @jenshnielsen made the valid point that we could run the Qt tests if we did this, but that will require further refinement. |
|
On the other hand, pip has been being really flaky on travis recently and our use of |
|
Closing this as the |
|
There are numpy wheels here if you want to reduce compile time. |
|
@matthew-brett I know I have asked this N times before, but can you point me to directions on how to use them? |
|
BTW It looks like travis already has Numpy preinstalled on there venvs and we are only installing if from source in the python26/numpy16 env Compare https://travis-ci.org/matplotlib/matplotlib/jobs/62790222 to https://travis-ci.org/matplotlib/matplotlib/jobs/62790223 |
|
Here's a PR to use travis wheels for installation: |
Replaces #3273
@mdboom This requires a re-base