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 [![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.