Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from harryhoch/test-schema-validators
Browse files Browse the repository at this point in the history
Test schema validators
  • Loading branch information
kshefchek committed Apr 4, 2016
2 parents 3bfcc6c + acbbc1e commit c80f236
Show file tree
Hide file tree
Showing 7 changed files with 691 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ target/

#Ipython Notebook
.ipynb_checkpoints

#emacs
*~
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python:
- "3.4"
install: "pip install -r requirements.txt"
script: sh tests/unit/scriptrunner.sh

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jsonschema
python_jsonschema_objects
Loading

0 comments on commit c80f236

Please sign in to comment.