Revert "Disable the pylint CI test until upstream's bug is fixed"
This reverts commit 791d44f1b9
.
This commit is contained in:
parent
0ba31f877c
commit
4820062b40
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue