diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f503ef7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.3" + - "3.4" + - "3.5" +install: "pip install -r requirements.txt" +script: nosetests diff --git a/README.md b/README.md index aee4945..abba83e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Warlock +[![Build Status](https://travis-ci.org/bcwaldon/warlock.svg?branch=master)](https://travis-ci.org/bcwaldon/warlock) + Build self-validating python objects using JSON schemas. 1) Create your schema