On 1/7/20 2:53 PM, Alex Bennée wrote:
Our python3 requirements now outstrip those of the build.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 848a2714efe..a86ca34f79d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,7 @@ addons:
- glib
- pixman
- gnu-sed
+ - python
update: true
This doesn't seem enough, I'm getting:
./configure --disable-docs --disable-tools
ERROR: Cannot use '/usr/local/bin/python', Python >= 3.5 is required.
Use --python=/path/to/python to specify a supported Python.
Apparently we don't set this in PATH ourselves.