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 diff --git a/Readme.md b/README.md similarity index 92% rename from Readme.md rename to 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.