summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-08-19 11:54:41 +0200
committerAndreas Jaeger <aj@suse.com>2017-08-19 11:54:41 +0200
commit7692e2de6cae991cd36f21a2275b40b1a54b244d (patch)
treea59294ccf23cd563c294af226554cdba003fcb9a /tox.ini
parent0fb67d459baa0fb22391b1b1da3dba5349666bb7 (diff)
downloadtrove-7692e2de6cae991cd36f21a2275b40b1a54b244d.tar.gz
Remove unneeded msgfmt test
The infra scripts run msgfmt since some time, no need to run it here as well. This fixes the pep8 failure in https://review.openstack.org/#/c/493290/ since that change removes the remaining po files and now the find fails since there is no po file anymore. Change-Id: I6a8b99a9d63e421f4a6eae6f0aab6d0955f7916b
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 4b294691..d2aa9524 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,9 +26,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}