mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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
|
# Check translations
|
||||||
sandbox/check_trans.py plugins/
|
sandbox/check_trans.py plugins/
|
||||||
sandbox/check_trans.py --core
|
sandbox/check_trans.py --core
|
||||||
|
msgcheck locales/*.po
|
||||||
|
msgcheck plugins/*/*/*.po
|
||||||
|
|
||||||
# Check documentation
|
# Check documentation
|
||||||
cd docs
|
cd docs
|
||||||
|
@ -5,3 +5,5 @@ python-gnupg
|
|||||||
feedparser
|
feedparser
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
SocksiPy-branch
|
SocksiPy-branch
|
||||||
|
msgcheck
|
||||||
|
sphinx
|
||||||
|
Loading…
Reference in New Issue
Block a user