[enh] add a travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal 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
|
Reference in New Issue
Block a user