@@ -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