commit | d309058c1332b917e83c7e10b000ce6b0b0253de | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jul 27 11:11:27 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 27 14:42:09 2020 -0400 |
tree | 73cecc11a0f1e7f4db113419d117a98fb626b344 | |
parent | 48de37ae251b82288d095db1657839a72437dca7 [diff] |
travis: Install pyelftools via pip With the migration to python3 for all of our tests, we need to install pyelftools via pip now rather than the system tools as they will otherwise not be present in our virtualenv. Signed-off-by: Tom Rini <trini@konsulko.com> --- Changes in v2: Switch to pip