travis: use mako for python2
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 31 Oct 2018 21:54:49 +0000 (21:54 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 1 Nov 2018 00:05:43 +0000 (00:05 +0000)
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 <emil.velikov@collabora.com>
.travis.yml

index 1e0e8758bf51a0f572227b57fbb9daf33f5e4bf0..8d6ddb2f20192ce3fee7757ceb0b580782d3c534 100644 (file)
@@ -541,7 +541,7 @@ install:
 
   # Install autotools build dependencies
   - if test "x$BUILD" = xmake; then
 
   # 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.
     fi
 
   # Install a more modern scons from pip.