1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: add pylint check of doc/docgen.py (Travis)

This commit is contained in:
Sébastien Helleu
2014-05-11 08:15:47 +02:00
parent d6bfc38ae3
commit 21d55695b1
+2 -1
View File
@@ -5,7 +5,7 @@ before_script:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev
- sudo mk-build-deps -i debian/control
- sudo pip install msgcheck
- sudo pip install msgcheck pylint
script:
- mkdir build
@@ -15,6 +15,7 @@ script:
- sudo make install
- cd ..
- msgcheck po/*.po
- pylint doc/docgen.py
after_success:
- weechat --help