From 4428eed896992c4166876cd09bedd7525feffe42 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 31 Oct 2018 21:54:49 +0000 Subject: [PATCH] travis: use mako for python2 Earlier commit flipped the default to python2 but forgot to update the travis file. Props to pip caching things "worked" for a little while. Fixes: f22ad5ef182 ("travis: use python3 for the autoconf builds") Signed-off-by: Emil Velikov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e0e8758bf5..8d6ddb2f201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -541,7 +541,7 @@ install: # Install autotools build dependencies - if test "x$BUILD" = xmake; then - pip3 install --user mako; + pip2 install --user mako; fi # Install a more modern scons from pip. -- 2.11.0