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
|
- pip3 install -e git+https://lab.louiz.org/poezio/slixmpp.git#egg=slixmpp
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- pylint -E slixmpp_omemo
|
- pylint -E slixmpp_omemo
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
.mypy:
|
.mypy:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- pip3 install mypy
|
- pip3 install mypy
|
||||||
- mypyc --ignore-missing-imports ./slixmpp_omemo
|
- mypyc --ignore-missing-imports ./slixmpp_omemo
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
lint-3.7-pylint:
|
lint-3.7-pylint:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue