Merge "Remove unneeded msgfmt test"

This commit is contained in:
Zuul 2017-10-21 16:27:38 +00:00 committed by Gerrit Code Review
commit ec22e46a85
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ sitepackages = True
basepython = python2.7
commands =
flake8
# Check that .po and .pot files are valid:
bash -c "find trove -type f -regex '.*\.pot?' -print0 | \
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:py27]
commands = {[testenv]commands}