From e5b3cf5f7c4fa91a7a969a95b716b5185346a697 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 30 May 2012 22:47:52 -1000 Subject: [PATCH] let's try this fancy build status badge thing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c51a4a9..fde6326 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is a proof-of-concept start at a Python version of [Ruby's VCR library](https://github.com/myronmarston/vcr). +[![Build Status](https://secure.travis-ci.org/kevin1024/vcrpy.png?branch=master)](http://travis-ci.org/kevin1024/vcrpy) + ##What it is supposed to do Simplify testing by recording all HTTP interactions and saving them to "cassette" files, which are just yaml files. Then when you run your tests