Use sudo to install pip dependencies in travis

This commit is contained in:
Matthieu Gautier 2017-09-27 19:03:11 +02:00
parent a210cb3a4b
commit fa3f33d3c7

View File

@ -29,7 +29,7 @@ esac
sudo apt-get update -qq
sudo apt-get install -qq python3-pip ${PACKAGES}
pip3 install meson
sudo pip3 install meson
# Ninja
cd $HOME