From: Emil Velikov Date: Wed, 31 Oct 2018 21:54:49 +0000 (+0000) Subject: travis: use mako for python2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4428eed896992c4166876cd09bedd7525feffe42;p=mesa.git 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 --- 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.