[enh] add a travis.yml

This commit is contained in:
Laurent Peuch
2017-03-30 23:07:34 +02:00
parent 4557261364
commit 2ca841acc4

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
script:
- python -m json.tool official.json
- python -m json.tool community.json
- for i in ./locales/*.json; do python -m json.tool $i || return 1; done