From cc1ccb15a0178e5606cfcc042682dba50833abed Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 5 Jul 2014 00:08:12 +0300 Subject: [PATCH] .travis.runonce.bash: add msgcheck && requirements.txt: add msgcheck & forgotten sphinx. --- .travis.runonce.bash | 2 ++ requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.runonce.bash b/.travis.runonce.bash index 1339ddfca..6e4ac94af 100755 --- a/.travis.runonce.bash +++ b/.travis.runonce.bash @@ -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 diff --git a/requirements.txt b/requirements.txt index 35b7e8be8..3aa28cb60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,5 @@ python-gnupg feedparser sqlalchemy SocksiPy-branch +msgcheck +sphinx