From 34087d03ec472599eeb3f6677fd4a8efd597eac7 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 8 Jan 2014 21:47:36 +0900 Subject: [PATCH] Add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19000204..6b37f7a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Simple Python Version Management: pyenv +[![Build Status](https://travis-ci.org/yyuu/pyenv.png)](https://travis-ci.org/yyuu/pyenv) + pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.