summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 26334213..c4b6d15c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}