From 5cb51db6d703192bfb51d96400bb03471534a487 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 5 Apr 2018 23:31:47 +0200 Subject: [PATCH] Update .travis.yml Add code to compile .po files before beginning tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a3cca25..3a3d7027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: install: "pip install -r requirements.txt" script: - flake8 +- python manage.py compilemessages - python manage.py test -v 3 # - coverage run --source='.' manage.py test dynamicweb -v 3 # - coverage report