From 9479a2aa79f627ebe30cbba31d5a7c4e95c70c26 Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Mon, 19 Aug 2013 22:15:45 -0400 Subject: [PATCH] Travis-ci build status in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 103d526..121b364 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Introduction ------------ +[![build status](https://secure.travis-ci.org/kjordahl/geopandas.png?branch=master)](https://travis-ci.org/kjordahl/geopandas) + GeoPandas is a project to add support for geographic data to [pandas](http://pandas.pydata.org) objects. It currently implements `GeoSeries` and `GeoDataFrame` types which is are subclasses of