Improve Makefile for travis
This commit is contained in:
parent
66e1b1cd94
commit
a4c73f0cf7
1 changed files with 2 additions and 3 deletions
5
Makefile
5
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)
|
||||
|
|
Loading…
Reference in a new issue