Merge "Remove unneeded msgfmt test"
This commit is contained in:
commit
ec22e46a85
3
tox.ini
3
tox.ini
@ -30,9 +30,6 @@ sitepackages = True
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
flake8
|
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]
|
[testenv:py27]
|
||||||
commands = {[testenv]commands}
|
commands = {[testenv]commands}
|
||||||
|
Loading…
Reference in New Issue
Block a user