Commit 2c6d16da authored by Will Bond's avatar Will Bond

Merge pull request #885 from sentience/feature_travis_ci

Use Travis CI to check JSON validity of repositories.json.
parents 7d0c1d75 de1df4ab
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