From 268d43914fc3058c08b57a8ced838912f4cd081a Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 11 Sep 2021 21:41:49 +0200 Subject: [PATCH] drone: full module install --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 184af97..7917f6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ steps: image: alpine commands: - apk add --no-cache python3 py3-lxml py3-pip py3-wheel py3-pylint py3-enchant hunspell-en - - pip3 install --no-cache-dir . + - pip3 install --no-cache-dir .[full] - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8