CI: Allow failure for now
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a478dc59de
commit
ce868745d5
1 changed files with 2 additions and 0 deletions
|
@ -15,12 +15,14 @@ stages:
|
|||
- pip3 install -e git+https://lab.louiz.org/poezio/slixmpp.git#egg=slixmpp
|
||||
- python3 setup.py install
|
||||
- pylint -E slixmpp_omemo
|
||||
allow_failure: true
|
||||
|
||||
.mypy:
|
||||
stage: lint
|
||||
script:
|
||||
- pip3 install mypy
|
||||
- mypyc --ignore-missing-imports ./slixmpp_omemo
|
||||
allow_failure: true
|
||||
|
||||
lint-3.7-pylint:
|
||||
extends:
|
||||
|
|
Loading…
Reference in a new issue