summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-21 16:27:38 +0000
committerGerrit Code Review <review@openstack.org>2017-10-21 16:27:38 +0000
commitec22e46a850af1871cbb331c6a679474a3bbf965 (patch)
tree2a378ff1a9005e62bc72f77cee304bf578e1da78 /tox.ini
parent0530ef33cde8577b9206a6165ba015fa6b6d82bb (diff)
parent7692e2de6cae991cd36f21a2275b40b1a54b244d (diff)
downloadtrove-ec22e46a850af1871cbb331c6a679474a3bbf965.tar.gz
Merge "Remove unneeded msgfmt test"
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}