Commit de1df4ab authored by Kevin Yank's avatar Kevin Yank

Use Travis CI to check JSON validity of repositories.json.

parent 94266217
language: python
python:
- "2.7"
#command to run tests
script: nosetests
import json
def test_json_is_valid():
fp = open("repositories.json")
json.load(fp)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment