doc: add build badge

This commit is contained in:
Sebastien Binet 2015-08-11 21:08:04 +02:00
parent 7693fe02e0
commit e2b2b4c610
1 changed files with 1 additions and 0 deletions

View File

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