From 1ab144364ec9723daa02f1fa4d5746c54ae5e997 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 22 May 2018 12:30:30 +0200 Subject: [PATCH] tox: compile translations before launching tests (#23989) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8da86bd8..85e7510e 100644 --- a/tox.ini +++ b/tox.ini @@ -24,5 +24,6 @@ deps = quixote<3.0 vobject commands = + python manage.py compilemessages py.test {env:COVERAGE:} {posargs:tests/} pylint: ./pylint.sh combo/