From 59c79b8c21ffdc7f1530f624c616bf6a842bc429 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Sat, 25 Jun 2016 10:41:34 -0700 Subject: [PATCH] Setup Travis CI config --- .travis.yml | 9 +++++++++ README.md | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml 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