.travis.runonce.bash: add msgcheck

&& requirements.txt: add msgcheck & forgotten sphinx.
This commit is contained in:
Mikaela Suomalainen 2014-07-05 00:08:12 +03:00
parent a2d910d2f5
commit cc1ccb15a0
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -5,3 +5,5 @@ python-gnupg
feedparser
sqlalchemy
SocksiPy-branch
msgcheck
sphinx