Improve Makefile for travis

This commit is contained in:
Lilian Roller 2020-02-07 14:38:41 +01:00
parent 66e1b1cd94
commit a4c73f0cf7
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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)