Skip to content

Commit 33c2a62

Browse files
committed
Merge pull request astropy#70 from astrofrog/travis
Added Travis to validate JSON file
2 parents 9b2c335 + 1a18709 commit 33c2a62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
3+
python:
4+
- 3.4
5+
6+
script:
7+
# Validate JSON for affilaited package registry
8+
- python -c 'import json; json.load(open("affiliated/registry.json"))'

0 commit comments

Comments
 (0)