Setup Travis CI config

This commit is contained in:
Brian Waldon 2016-06-25 10:41:34 -07:00
parent 3e046b84b8
commit 59c79b8c21
2 changed files with 11 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -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

View File

@ -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