From e2b2b4c610e5d48d1b2eb1c0463c4bdc02dd5c20 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Tue, 11 Aug 2015 21:08:04 +0200 Subject: [PATCH] doc: add build badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bd1dd2..dcf14fb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ gopy ==== [![GoDoc](https://godoc.org/github.com/go-python/gopy?status.svg)](https://godoc.org/github.com/go-python/gopy) +[![Build Status](https://travis-ci.org/go-python/gopy.svg?branch=master)](https://travis-ci.org/go-python/gopy) `gopy` generates (and compiles) a `CPython` extension module from a `go` package.