summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Waldon <brian@waldon.cc>2016-06-25 10:41:34 -0700
committerBrian Waldon <brian@waldon.cc>2016-06-25 10:41:34 -0700
commit59c79b8c21ffdc7f1530f624c616bf6a842bc429 (patch)
tree0cd62a7ec167143d3e33778f359b8a0238d0792b
parent3e046b84b8c521a0133bd8eb88814ce9a585169f (diff)
downloadwarlock-59c79b8c21ffdc7f1530f624c616bf6a842bc429.tar.gz
Setup Travis CI config
-rw-r--r--.travis.yml9
-rw-r--r--README.md2
2 files changed, 11 insertions, 0 deletions
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