Update pylint to 2.3.1

This commit is contained in:
Philipp Hörist 2019-04-07 18:49:27 +02:00
parent 0dbb3eb1d5
commit 5471980a8c

View file

@ -14,7 +14,7 @@ run-tests:
- . ./civenv/bin/activate
- pip3 install mypy
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git@master
- pip3 install pylint==2.1.1
- pip3 install pylint==2.3.1
- mypy gajim
- scripts/dev/pylint-ci.sh --jobs=2 gajim
- python3 setup.py test -s test.no_gui