From 6207b3506b0cbe05340a7babf25b88b1da11edd1 Mon Sep 17 00:00:00 2001 From: Troels Thomsen Date: Wed, 25 May 2016 10:37:03 +0200 Subject: [PATCH 1/3] Rename readme file --- Readme.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Readme.md => README.md (100%) diff --git a/Readme.md b/README.md similarity index 100% rename from Readme.md rename to README.md From 902672e9346f1201da38516f34033cf8abfc1000 Mon Sep 17 00:00:00 2001 From: Troels Thomsen Date: Wed, 25 May 2016 10:37:25 +0200 Subject: [PATCH 2/3] Add Travis configuration --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0a3316f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +sudo: false +script: exit 0 From ab3e365ff6086f2fadd94a5c283879912a671645 Mon Sep 17 00:00:00 2001 From: Troels Thomsen Date: Wed, 25 May 2016 10:37:34 +0200 Subject: [PATCH 3/3] Show build status in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d90fb1..647eee7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Heroku Buildpack: Python +# Heroku Buildpack: Python [![Build Status](https://travis-ci.org/heroku/heroku-buildpack-python.svg?branch=master)](https://travis-ci.org/heroku/heroku-buildpack-python) ![python](https://cloud.githubusercontent.com/assets/51578/13712821/b68a42ce-e793-11e5-96b0-d8eb978137ba.png) This is the official [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](https://pip.pypa.io/) and other excellent software.