Browse Source

Fix travis build failing

sh4nks 10 years ago
parent
commit
c6fd7f0de0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -8,6 +8,7 @@ install:
   - "pip install coveralls"
 # command to run tests
 script:
+  - python manage.py compile_translations
   - py.test --cov=flaskbb --cov-report=term-missing tests
 after_success:
   - coveralls