From a4c73f0cf7570a8050fadb03e5085ad3e3462c1f Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Fri, 7 Feb 2020 14:38:41 +0100 Subject: [PATCH] Improve Makefile for travis --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ec00c9f..b550594 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,8 @@ install: else echo -e "Please install Imagemagick, python3-pip git-lfs and gcc" fi - pip3 install wheel --user --upgrade - pip3 install lektor --user --upgrade - + sudo pip3 install wheel --upgrade + sudo pip3 install lektor --upgrade build: python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS)