diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..0a3316f15ab2032416a73e385af3af98e50e921d --- /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 2d90fb105566b5d4d459b460272a651c38cf6054..647eee7c4329c981a46a27016f0c5fc2cadff69c 100644 --- a/Readme.md +++ b/README.md @@ -1,4 +1,4 @@ -# Heroku Buildpack: Python +# Heroku Buildpack: Python [](https://travis-ci.org/heroku/heroku-buildpack-python)  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.