From ccbc6b91b31fcec330bee1597742e169f2f520de Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Sun, 29 Jan 2017 23:48:28 +0100 Subject: [PATCH] add build status to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fabca1..6483db3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TermGraph +[![Build Status](https://travis-ci.org/sgeisler/termgraph.svg?branch=master)](https://travis-ci.org/sgeisler/termgraph) + TermGraph is a highly experimental and untested python library to draw candle stick graphs on a terminal. The graph is drawn using [unicode box drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character). Colorama is used for coloring. ![example output](/example.png) \ No newline at end of file