]> git.baikalelectronics.ru Git - uboot.git/commit
travis: Install pyelftools via pip
authorTom Rini <trini@konsulko.com>
Mon, 27 Jul 2020 15:11:27 +0000 (11:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2020 18:42:09 +0000 (14:42 -0400)
commit407332b2ea00f59addf202f8fc015c50110a0d7f
tree73cecc11a0f1e7f4db113419d117a98fb626b344
parent99f7eaf33c20c6192bd62ebb3750a2e0e1c0c20e
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
.travis.yml