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:
Emil Velikov
2018-10-31 21:54:49 +00:00
committed by Emil Velikov
parent fcf15a007d
commit 4428eed896

View File

@@ -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.