Skip to content

Commit 558e766

Browse files
authored
ADD master and development branch badges to readme file
1 parent 0b9009b commit 558e766

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
[![Build Status](https://travis-ci.org/openml/openml-python.svg)](https://travis-ci.org/openml/openml-python)
2-
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
3-
[![Stories in Ready](https://badge.waffle.io/openml/openml-python.png?label=ready&title=Ready)](https://waffle.io/openml/openml-python)
4-
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=develop)](https://coveralls.io/github/openml/openml-python?branch=develop)
5-
61
A python interface for [OpenML](http://openml.org). You can find the documentation on the [openml-python website](https://openml.github.io/openml-python).
72

83
Please commit to the right branches following the gitflow pattern:
94
http://nvie.com/posts/a-successful-git-branching-model/
5+
6+
Master branch:
7+
8+
[![Build Status](https://travis-ci.org/openml/openml-python.svg?branch=master)](https://travis-ci.org/openml/openml-python)
9+
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
10+
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=master)](https://coveralls.io/github/openml/openml-python?branch=master)
11+
12+
Development branch:
13+
14+
[![Build Status](https://travis-ci.org/openml/openml-python.svg?branch=develop)](https://travis-ci.org/openml/openml-python)
15+
[![Code Health](https://landscape.io/github/openml/openml-python/master/landscape.svg)](https://landscape.io/github/openml/openml-python/master)
16+
[![Coverage Status](https://coveralls.io/repos/github/openml/openml-python/badge.svg?branch=develop)](https://coveralls.io/github/openml/openml-python?branch=develop)

0 commit comments

Comments
 (0)