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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user