mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
.travis.runonce.bash: add msgcheck
&& requirements.txt: add msgcheck & forgotten sphinx.
This commit is contained in:
parent
a2d910d2f5
commit
cc1ccb15a0
@ -9,6 +9,8 @@ branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
|
||||
# Check translations
|
||||
sandbox/check_trans.py plugins/
|
||||
sandbox/check_trans.py --core
|
||||
msgcheck locales/*.po
|
||||
msgcheck plugins/*/*/*.po
|
||||
|
||||
# Check documentation
|
||||
cd docs
|
||||
|
@ -5,3 +5,5 @@ python-gnupg
|
||||
feedparser
|
||||
sqlalchemy
|
||||
SocksiPy-branch
|
||||
msgcheck
|
||||
sphinx
|
||||
|
Loading…
Reference in New Issue
Block a user