Projet

Général

Profil

0001-tox-compile-translations-before-tests-launching-2398.patch

Serghei Mihai, 22 mai 2018 12:33

Télécharger (555 octets)

Voir les différences:

Subject: [PATCH] tox: compile translations before tests launching (#23989)

 tox.ini | 1 +
 1 file changed, 1 insertion(+)
tox.ini
24 24
  quixote<3.0
25 25
  vobject
26 26
commands =
27
  python manage.py compilemessages
27 28
  py.test {env:COVERAGE:} {posargs:tests/}
28 29
  pylint: ./pylint.sh combo/
29
-