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: f22ad5ef18
("travis: use python3 for the autoconf builds")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
fcf15a007d
commit
4428eed896
@@ -541,7 +541,7 @@ install:
|
|||||||
|
|
||||||
# Install autotools build dependencies
|
# Install autotools build dependencies
|
||||||
- if test "x$BUILD" = xmake; then
|
- if test "x$BUILD" = xmake; then
|
||||||
pip3 install --user mako;
|
pip2 install --user mako;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install a more modern scons from pip.
|
# Install a more modern scons from pip.
|
||||||
|
Reference in New Issue
Block a user