summaryrefslogtreecommitdiff
path: root/.travis/linux-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/linux-prepare.sh')
-rwxr-xr-x.travis/linux-prepare.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/linux-prepare.sh b/.travis/linux-prepare.sh
index 2e57945f5..13390afc0 100755
--- a/.travis/linux-prepare.sh
+++ b/.travis/linux-prepare.sh
@@ -12,8 +12,8 @@ cd sparse
make -j4 HAVE_LLVM= install
cd ..
-pip install --disable-pip-version-check --user six flake8 hacking
-pip install --user --upgrade docutils
+pip3 install --disable-pip-version-check --user six flake8 hacking
+pip3 install --user --upgrade docutils
if [ "$M32" ]; then
# Installing 32-bit libraries.