Generate .mo files before running test
This commit is contained in:
parent
cedf7b1510
commit
8a54fa704f
@ -7,7 +7,7 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
sudo: false
|
sudo: false
|
||||||
script: nosetests test --verbose
|
script: bash ./devscripts/run_travis_test.sh
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- filippo.valsorda@gmail.com
|
- filippo.valsorda@gmail.com
|
||||||
|
4
devscripts/run_travis_test.sh
Normal file
4
devscripts/run_travis_test.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python devscripts/i18n.py update-gmo
|
||||||
|
nosetests test --verbose
|
Loading…
x
Reference in New Issue
Block a user