Travis update#5409
Conversation
2ea528f to
dbc22d6
Compare
a7487ea to
574452b
Compare
a85745c to
da1f324
Compare
|
Looks generally OK. I'm uncertain that sudo is required. Every package you are installing is in the trusty whitelist (https://github.com/travis-ci/apt-package-whitelist) because I requested them months ago and they have been available for a while now. Did you find what build.py is doing which makes a difference? It's not related to sudo builds being run on different VMs? |
5906608 to
42c9ca3
Compare
|
without |
Other changes have been made. The error might have been due to python dependencies not available
|
@rleigh-codelibre works now with ant. Still unclear why it was not before (without explicit error it is tricky to figure error) |
|
@sbesson comment added to this PR too |
|
--rebased-to #5447 |
What this PR does
Use trusty to build
This is necessary to build with newer version of pytables
and newer version of ice
antfails all the time, need to use./build.py.sudo apt-getduringbefore_install:otherwise the dependencies will not be available to the container. This means that the python tests will fail with for exampleNo module Ice. Changesudooption torequired. I did not notice an increase in the build time with that change. See Issue with the Python path in the recent builds travis-ci/travis-ci#8048numexprvia pip to avoid some table test failure e.g.test/unit/tablestest/test_servants.py:349:will fail withValueError: Using `oa_ndim == 0` when `op_axes` is NULL. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibilityTesting this PR
Check that travis is green
See https://trello.com/c/gVsUkLH8/100-travis-upgrade