summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2019-10-18 23:17:40 +0200
committermathieui <mathieui@mathieui.net>2019-10-18 23:17:40 +0200
commit4820062b409342979a8e4496cb4b9a80d7434c4c (patch)
treea7eca2c720e3187b81f47cc8e65768442c8e380e
parent0ba31f877c7ae8b1013482880358f9ccf47776b5 (diff)
downloadpoezio-4820062b409342979a8e4496cb4b9a80d7434c4c.tar.gz
poezio-4820062b409342979a8e4496cb4b9a80d7434c4c.tar.bz2
poezio-4820062b409342979a8e4496cb4b9a80d7434c4c.tar.xz
poezio-4820062b409342979a8e4496cb4b9a80d7434c4c.zip
Revert "Disable the pylint CI test until upstream's bug is fixed"
This reverts commit 791d44f1b906b873a741ec1973e6a3738e33064d.
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4f56877..42b02c1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,19 @@ pytest-latest:
- python3 setup.py install
- py.test -v test/
+pylint-latest:
+ stage: test
+ image: python:3
+ script:
+ - apt-get update && apt-get install -y libidn11-dev
+ - git clone git://git.louiz.org/slixmpp
+ - pip3 install pylint pyasn1-modules cffi --upgrade
+ - cd slixmpp
+ - python3 setup.py install
+ - cd ..
+ - python3 setup.py install
+ - pylint -E poezio
+
pylint-plugins:
stage: test
image: python:3