projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf15a0
)
travis: use mako for python2
author
Emil Velikov
<emil.velikov@collabora.com>
Wed, 31 Oct 2018 21:54:49 +0000
(21:54 +0000)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1e0e8758bf51a0f572227b57fbb9daf33f5e4bf0..8d6ddb2f20192ce3fee7757ceb0b580782d3c534 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-541,7
+541,7
@@
install:
# Install autotools build dependencies
- if test "x$BUILD" = xmake; then
- pip
3
install --user mako;
+ pip
2
install --user mako;
fi
# Install a more modern scons from pip.