Generate .mo files before running test

This commit is contained in:
Yen Chi Hsuan 2015-12-26 15:28:29 +08:00
parent cedf7b1510
commit 8a54fa704f
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.4"
- "3.5"
sudo: false
script: nosetests test --verbose
script: bash ./devscripts/run_travis_test.sh
notifications:
email:
- filippo.valsorda@gmail.com

View File

@ -0,0 +1,4 @@
#!/bin/bash
python devscripts/i18n.py update-gmo
nosetests test --verbose