diff options
author | mathieui <mathieui@mathieui.net> | 2021-12-11 17:59:10 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-12-11 17:59:10 +0100 |
commit | 1d681fb04cd551dcad6177f0391ed86730767fd6 (patch) | |
tree | 2002f280d38bd8218020e92fd2b7b1b4654abaaf | |
parent | c96d94f498dbc8d4fe9722861ef5687b8bc5595c (diff) | |
download | poezio-1d681fb04cd551dcad6177f0391ed86730767fd6.tar.gz poezio-1d681fb04cd551dcad6177f0391ed86730767fd6.tar.bz2 poezio-1d681fb04cd551dcad6177f0391ed86730767fd6.tar.xz poezio-1d681fb04cd551dcad6177f0391ed86730767fd6.zip |
ci: remove pylint job
it never works
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83518f72..db3275a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,19 +90,6 @@ pytest-3.10: - python3 setup.py install - py.test -v test/ -pylint-latest: - stage: lint - image: python:3 - script: - - apt-get update && apt-get install -y libidn11-dev - - git clone https://lab.louiz.org/poezio/slixmpp.git - - pip3 install pylint pyasn1-modules cffi --upgrade - - cd slixmpp - - python3 setup.py install - - cd .. - - python3 setup.py install - - pylint -E poezio - pylint-plugins: stage: lint image: python:3 |